|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NormServerBaseImpl | |
---|---|
com.sun.jini.norm | Provides implementations of LeaseRenewalService . |
Uses of NormServerBaseImpl in com.sun.jini.norm |
---|
Subclasses of NormServerBaseImpl in com.sun.jini.norm | |
---|---|
(package private) class |
ActivatableNormServerImpl
Provides an activatable implementation of NormServer. |
(package private) class |
PersistentNormServerImpl
Provides a persistent, non-activatable implementation of NormServer. |
(package private) class |
TransientNormServerImpl
Provides a transient implementation of NormServer. |
Fields in com.sun.jini.norm declared as NormServerBaseImpl | |
---|---|
private NormServerBaseImpl |
LeaseSet.normServerBaseImpl
The NormServerBaseImpl are attached to |
private NormServerBaseImpl |
PersistentStore.server
The NormServer we are part of |
private NormServerBaseImpl |
LeaseExpirationMgr.server
Ref to the main server object has all the top level methods |
private NormServerBaseImpl |
LRMEventListener.server
Ref to the main server object which has all the top level methods |
Methods in com.sun.jini.norm with parameters of type NormServerBaseImpl | |
---|---|
(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 NormServerBaseImpl | |
---|---|
LeaseExpirationMgr(NormServerBaseImpl server)
Create a LeaseExpirationMgr to aggressively expire
the leases of the passed NormServerBaseImpl |
|
LeaseSet(Uuid ID,
EventTypeGenerator generator,
PersistentStore store,
NormServerBaseImpl normServerBaseImpl)
Simple constructor. |
|
LRMEventListener(NormServerBaseImpl server)
Simple constructor |
|
PersistentStore(String logDir,
LogHandler logHandler,
NormServerBaseImpl server)
Construct a store that will persist its data to the specified directory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |