|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

public interface ConsumerMonitor
ConsumerMonitor - a monitor for consumers.
| Method Summary | |
|---|---|
void |
consumerError(Consumer consumer,
java.lang.String type,
java.lang.String message)
A consumer error event. |
void |
consumerInfo(Consumer consumer,
java.lang.String message)
A consumer informational event. |
void |
consumerWarning(Consumer consumer,
java.lang.String type,
java.lang.String message)
A consumer warning event. |
| Method Detail |
|---|
void consumerError(Consumer consumer,
java.lang.String type,
java.lang.String message)
consumer - the consumer that caused the error.type - the type of error.message - the message about the error.
void consumerWarning(Consumer consumer,
java.lang.String type,
java.lang.String message)
consumer - the consumer that caused the warning.type - the type of warning.message - the message about the warning.
void consumerInfo(Consumer consumer,
java.lang.String message)
consumer - the consumer that caused the informational message.message - the message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||