|
OSGi™ Service Platform Release 4 Version 4.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Subscribes to LogEntry
objects from the LogReaderService
.
A LogListener
object may be registered with the Log Reader Service
using the LogReaderService.addLogListener
method. After the
listener is registered, the logged
method will be called for each
LogEntry
object created. The LogListener
object may be
unregistered by calling the LogReaderService.removeLogListener
method.
LogReaderService
,
LogEntry
,
LogReaderService.addLogListener(LogListener)
,
LogReaderService.removeLogListener(LogListener)
Method Summary | |
void |
logged(LogEntry entry)
Listener method called for each LogEntry object created. |
Method Detail |
public void logged(LogEntry entry)
As with all event listeners, this method should return to its caller as soon as possible.
entry
- A LogEntry
object containing log information.LogEntry
|
OSGi™ Service Platform Release 4 Version 4.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |