|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A ConsoleArchiver is something which has archived away console messages for different consoles.
| Method Summary | |
void |
addConsoleListener(LogListener l,
java.lang.Object component,
long last,
int max)
Add a listener to the archiver which will receive all missed events. |
java.lang.String |
consoleIdFor(java.lang.Object component)
Get the console id for a given component. |
void |
removeConsoleListener(LogListener l,
java.lang.Object component)
Remove the LogListener. |
| Method Detail |
public void addConsoleListener(LogListener l,
java.lang.Object component,
long last,
int max)
l - The logListener which will recieve the events.component - The component whose console to receive events for.last - The last event number recieved. The LogArchive will
not send messages from before this number.max - The maximum messages to send up to the most recent.
public void removeConsoleListener(LogListener l,
java.lang.Object component)
l - The LogListener.public java.lang.String consoleIdFor(java.lang.Object component)
component - The component.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||