Uses of Class
com.sun.jini.norm.event.EventTypeGenerator

Packages that use EventTypeGenerator
com.sun.jini.norm Provides implementations of LeaseRenewalService
com.sun.jini.norm.event   
 

Uses of EventTypeGenerator in com.sun.jini.norm
 

Fields in com.sun.jini.norm declared as EventTypeGenerator
private  EventTypeGenerator NormServerBaseImpl.generator
          Object used to generate new event types
 

Methods in com.sun.jini.norm with parameters of type EventTypeGenerator
(package private)  Iterator LeaseSet.restoreTransientState(EventTypeGenerator generator, PersistentStore store, NormServerBaseImpl normServerBaseImpl, ProxyPreparer recoveredListenerPreparer)
          Restore the transient state of the set that can't be restored automatically after a log recovery.
 

Constructors in com.sun.jini.norm with parameters of type EventTypeGenerator
LeaseSet(Uuid ID, EventTypeGenerator generator, PersistentStore store, NormServerBaseImpl normServerBaseImpl)
          Simple constructor.
 

Uses of EventTypeGenerator in com.sun.jini.norm.event
 

Fields in com.sun.jini.norm.event declared as EventTypeGenerator
private  EventTypeGenerator EventType.generator
          Event type generator that created us.
 

Methods in com.sun.jini.norm.event with parameters of type EventTypeGenerator
 void EventType.restoreTransientState(EventTypeGenerator generator, SendMonitor monitor, ProxyPreparer recoveredListenerPreparer)
          Restore the transient state of this object after recovering it from a serialization stream.
 

Constructors in com.sun.jini.norm.event with parameters of type EventTypeGenerator
EventType(EventTypeGenerator generator, SendMonitor monitor, long evID, RemoteEventListener listener, MarshalledObject handback)
          Simple constructor.
 



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