|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Consumer
Consumer - the base set of methods for a consumer.
Method Summary | |
---|---|
void |
addConsumerMonitor(ConsumerMonitor monitor)
Add a consumer monitor to the consumer. |
java.lang.String |
getDescription()
The human readable description for this consumer. |
java.lang.String |
getId()
This is the id for the consumer. |
boolean |
isPermanent()
Flag indicating permanance of consumer. |
void |
removeConsumerMonitor(ConsumerMonitor monitor)
Remove a consumer monitor. |
Method Detail |
---|
java.lang.String getId()
java.lang.String getDescription()
boolean isPermanent()
void addConsumerMonitor(ConsumerMonitor monitor)
monitor
- the monitor to add.void removeConsumerMonitor(ConsumerMonitor monitor)
monitor
- the monitor to remove.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |