Uses of Class
com.iizix.txp.TXPException
Uses of TXPException in com.iizix.gyro.history
Modifier and TypeMethodDescriptionIAppHistoryBackward.performBackward
(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the backward operation for the client session in question.IAppHistoryForward.performForward
(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the forward operation for the client session in question.Uses of TXPException in com.iizix.txp
Modifier and TypeClassDescriptionclass
class
class
class
class
Modifier and TypeMethodDescriptionvoid
ITXPMonitor.onCommitCanceled
(ITXProcess process, TXPException reason) Called when the process aborts committing.void
ITXPMonitor.onRollbackCanceled
(ITXProcess process, TXPException reason) Called when the process aborts rolling back.Modifier and TypeMethodDescriptionvoid
ITXPCoordinator.commit
(ITXProcess process) Called by the process to signal that the process logic/application requests a commit.void
ITXProcess.commit()
Called by the process logic/application (not the nodes!)to request that the transactional process gets committed.void
ITXPCoordinator.rollback
(ITXProcess process) Called by the process to signal that the process logic/application requests a rollback.void
ITXProcess.rollback()
Called by the process logic/application (not the nodes) to request that the transactional process rolls back the work.Uses of TXPException in com.iizix.txp.impl
Modifier and TypeMethodDescriptionprotected TXPException
protected TXPException
protected TXPException
Modifier and TypeMethodDescriptionvoid
ITXPLogger.commitCanceled
(TXProcessImpl process, TXPException reason) void
TXPLogger.commitCanceled
(TXProcessImpl process, TXPException reason) void
TXPCoordinatorImpl.onCommitCanceled
(ITXProcess process, TXPException reason) void
TXPCoordinatorImpl.onRollbackCanceled
(ITXProcess process, TXPException reason) void
ITXPLogger.rollbackCanceled
(TXProcessImpl process, TXPException reason) void
TXPLogger.rollbackCanceled
(TXProcessImpl process, TXPException reason) Modifier and TypeMethodDescriptionvoid
TXPCoordinatorImpl.commit
(ITXProcess process) void
TXProcessImpl.commit()
void
TXPCoordinatorImpl.rollback
(ITXProcess process) void
TXProcessImpl.rollback()