public interface LogManager extends Administrable
| Modifier and Type | Method and Description | 
|---|---|
Object | 
getAdmin()
Returns an object that implements whatever administration interfaces are appropriate for the
  
LogManager. | 
ClientLog | 
logFor(long cookie)
Factory method which returns a Log interface which can be used to create persistent records
 which collectively represent a system's state. 
 | 
void | 
recover()
Consumes the log file and re-constructs a system's state. 
 | 
ClientLog logFor(long cookie) throws LogException
cookie - identifier representing the information being logged.LogExceptionvoid recover()
      throws LogException
LogExceptionObject getAdmin()
LogManager. This method overrides what is defined in the supertype.getAdmin in interface AdministrableAdministrableCopyright © GigaSpaces.