|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReliableLog | |
---|---|
com.sun.jini.fiddler | Provides the server side of an implementation of the lookup discovery service
(see ). |
com.sun.jini.mahalo | Provides implementations of the TransactionManager service. |
com.sun.jini.mercury | Provides implementations of the EventMailbox service. |
com.sun.jini.norm | Provides implementations of LeaseRenewalService . |
com.sun.jini.norm.lookup | |
com.sun.jini.phoenix | A configurable Java(TM) Remote Method Invocation (Java RMI) activation system daemon implementation. |
com.sun.jini.reggie | Provides implementations of ServiceRegistrar . |
Uses of ReliableLog in com.sun.jini.fiddler |
---|
Fields in com.sun.jini.fiddler declared as ReliableLog | |
---|---|
private ReliableLog |
FiddlerImpl.log
Reliable log object to hold persistent state of the service. |
Uses of ReliableLog in com.sun.jini.mahalo |
---|
Fields in com.sun.jini.mahalo declared as ReliableLog | |
---|---|
private ReliableLog |
JoinStateManager.log
The object coordinating our persistent state. |
Uses of ReliableLog in com.sun.jini.mercury |
---|
Fields in com.sun.jini.mercury declared as ReliableLog | |
---|---|
private ReliableLog |
MailboxImpl.log
Reliable log to hold registration state information |
Uses of ReliableLog in com.sun.jini.norm |
---|
Fields in com.sun.jini.norm declared as ReliableLog | |
---|---|
private ReliableLog |
PersistentStore.log
Object we use to reliably and persistently log updates to our state, or null if not persistent. |
Uses of ReliableLog in com.sun.jini.norm.lookup |
---|
Fields in com.sun.jini.norm.lookup declared as ReliableLog | |
---|---|
private ReliableLog |
JoinState.log
Log we are using to persist our state to disk, or null if not persistent. |
Uses of ReliableLog in com.sun.jini.phoenix |
---|
Fields in com.sun.jini.phoenix declared as ReliableLog | |
---|---|
private ReliableLog |
Activation.log
persistent store |
Methods in com.sun.jini.phoenix with parameters of type ReliableLog | |
---|---|
private void |
Activation.init(ReliableLog log,
LoginContext login,
Configuration config,
String[] configOptions,
PhoenixStarter starter)
|
Uses of ReliableLog in com.sun.jini.reggie |
---|
Fields in com.sun.jini.reggie declared as ReliableLog | |
---|---|
private ReliableLog |
RegistrarImpl.log
Log for recovering/storing state, or null if running as transient |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |