Uses of Interface
com.sun.jini.mercury.EventLogIterator

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
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.