|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogException | |
---|---|
com.sun.jini.mahalo | Provides implementations of the TransactionManager service. |
com.sun.jini.mahalo.log | Utilities for managing Mahalo's recoverable log of transaction state. |
Uses of LogException in com.sun.jini.mahalo |
---|
Methods in com.sun.jini.mahalo that throw LogException | |
---|---|
void |
TxnManagerImpl.recover(long cookie,
LogRecord rec)
This method recovers state changes resulting from committing a transaction. |
Uses of LogException in com.sun.jini.mahalo.log |
---|
Subclasses of LogException in com.sun.jini.mahalo.log | |
---|---|
class |
CannotRecoverException
|
class |
InvalidatedLogException
|
Methods in com.sun.jini.mahalo.log that throw LogException | |
---|---|
void |
ClientLog.invalidate()
|
void |
MockLogFile.invalidate()
|
void |
SimpleLogFile.invalidate()
Invalidate the log. |
void |
TransientLogFile.invalidate()
Invalidate the log. |
ClientLog |
LogManager.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. |
ClientLog |
MockLogManager.logFor(long cookie)
|
ClientLog |
MultiLogManager.logFor(long cookie)
|
void |
LogManager.recover()
Consumes the log file and re-constructs a system's state. |
void |
MockLogManager.recover()
Consumes the log file and re-constructs a system's state. |
void |
MultiLogManager.recover()
Consumes the log file and re-constructs a system's state. |
void |
Log.recover(LogRecovery client)
|
void |
MockLogFile.recover(LogRecovery client)
|
void |
SimpleLogFile.recover(LogRecovery client)
Recover information from the log. |
void |
TransientLogFile.recover(LogRecovery client)
Recover information from the log. |
void |
LogRecovery.recover(long cookie,
LogRecord rec)
Accepts a LogRecord from the caller. |
void |
ClientLog.write(LogRecord rec)
|
void |
MockLogFile.write(LogRecord rec)
|
void |
SimpleLogFile.write(LogRecord rec)
Add a LogRecord to the Log . |
void |
TransientLogFile.write(LogRecord rec)
Add a LogRecord to the Log . |
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |