|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogManager
Represents the functions performed by a log manager.
Method Summary | |
---|---|
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. |
Method Detail |
---|
ClientLog logFor(long cookie) throws LogException
cookie
- identifier representing the information
being logged.
LogException
void recover() throws LogException
LogException
Object getAdmin()
LogManager
. This method
overrides what is defined in the supertype.
getAdmin
in interface Administrable
Administrable
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |