|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventLogIterator | |
---|---|
com.sun.jini.mercury | Provides implementations of the EventMailbox service. |
Uses of EventLogIterator in com.sun.jini.mercury |
---|
Classes in com.sun.jini.mercury that implement EventLogIterator | |
---|---|
private static class |
EventLogFactory.EventLogIteratorImpl
Private class which implements the EventLogIterator interface. |
Fields in com.sun.jini.mercury declared as EventLogIterator | |
---|---|
private EventLogIterator |
ServiceRegistration.eventIterator
Event log iterator. |
Methods in com.sun.jini.mercury that return EventLogIterator | |
---|---|
EventLogIterator |
ServiceRegistration.iterator()
Get the reference to the registration's associated EventLogIterator |
EventLogIterator |
EventLogFactory.iterator(Uuid uuid)
Method to return the iterator object for the designated Uuid. |
EventLogIterator |
EventLogFactory.iterator(Uuid uuid,
File logPath)
Method to return the iterator object for the designated Uuid. |
Methods in com.sun.jini.mercury with parameters of type EventLogIterator | |
---|---|
void |
ServiceRegistration.setIterator(EventLogIterator iter)
Set the reference for this registration's EventLogIterator |
Constructors in com.sun.jini.mercury with parameters of type EventLogIterator | |
---|---|
ServiceRegistration(Uuid cookie,
EventLogIterator eventIterator)
Convenience constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |