|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Controllable
Represents a named object that can be enabled or disabled. It may also contain other Controllable instances.
| Method Summary | |
|---|---|
Set<? extends Controllable> |
contents()
Return an unmodifiable set of the contents of this Controllable. |
String |
description()
A longer description giving some details of the meaning of this Controllable. |
void |
disable()
Disable this controllable. |
void |
enable()
Enable this controllable. |
int |
id()
A small id for this controllable. |
boolean |
isEnabled()
Return true if enable() was called, otherwise false if enable() was never called, or disable() was last called. |
| Methods inherited from interface org.glassfish.pfl.tf.timer.spi.Named |
|---|
factory, name |
| Method Detail |
|---|
String description()
int id()
Set<? extends Controllable> contents()
void enable()
void disable()
boolean isEnabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||