Uses of Class
com.sun.jini.reliableLog.LogHandler

Packages that use LogHandler
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
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
com.sun.jini.reliableLog Reliable log is used to store state in case of system crash or reboot. 
 

Uses of LogHandler in com.sun.jini.fiddler
 

Subclasses of LogHandler in com.sun.jini.fiddler
private  class FiddlerImpl.LocalLogHandler
          Handler class for the persistent storage facility.
 

Uses of LogHandler in com.sun.jini.mahalo
 

Subclasses of LogHandler in com.sun.jini.mahalo
(package private)  class JoinStateManager
          JoinStateManager provides a utility that manages a service's join state (optionally persisting that state) and manages the join protocol protocol on behalf of the service.
 

Uses of LogHandler in com.sun.jini.mercury
 

Subclasses of LogHandler in com.sun.jini.mercury
private  class MailboxImpl.LocalLogHandler
          Handler class for the persistent storage facility.
 

Uses of LogHandler in com.sun.jini.norm
 

Subclasses of LogHandler in com.sun.jini.norm
private  class NormServerBaseImpl.OurLogHandler
          Implementation of LogHandler used by NormServerBaseImpl
 

Fields in com.sun.jini.norm declared as LogHandler
private  LogHandler PersistentStore.logHandler
          Object that handles the recovery of logs, or null if not persistent
 

Constructors in com.sun.jini.norm with parameters of type LogHandler
PersistentStore(String logDir, LogHandler logHandler, NormServerBaseImpl server)
          Construct a store that will persist its data to the specified directory.
 

Uses of LogHandler in com.sun.jini.norm.lookup
 

Subclasses of LogHandler in com.sun.jini.norm.lookup
 class JoinState
          Utility class that combines JoinManager with persistence.
 

Uses of LogHandler in com.sun.jini.phoenix
 

Subclasses of LogHandler in com.sun.jini.phoenix
private static class Activation.ActLogHandler
          Handler for the log that knows how to take the initial snapshot and apply an update (a LogRecord) to the current state.
 

Uses of LogHandler in com.sun.jini.reggie
 

Subclasses of LogHandler in com.sun.jini.reggie
private  class RegistrarImpl.LocalLogHandler
          Handler class for the persistent storage facility.
 

Uses of LogHandler in com.sun.jini.reliableLog
 

Fields in com.sun.jini.reliableLog declared as LogHandler
private  LogHandler ReliableLog.handler
           
 

Constructors in com.sun.jini.reliableLog with parameters of type LogHandler
ReliableLog(String dirPath, LogHandler handler)
          Creates a ReliableLog to handle snapshots and logging in a stable storage directory, and sets up to recover any existing data from the stable storage directory.
 



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