Uses of Class
com.iizix.txp.TXPException
Packages that use TXPException
Uses of TXPException in com.iizix.gyro.history
Methods in com.iizix.gyro.history that throw TXPExceptionModifier 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
Subclasses of TXPException in com.iizix.txpModifier and TypeClassDescriptionclass
class
class
class
class
Methods in com.iizix.txp with parameters of type TXPExceptionModifier 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.Methods in com.iizix.txp that throw TXPExceptionModifier 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
Methods in com.iizix.txp.impl that return TXPExceptionModifier and TypeMethodDescriptionprotected TXPException
protected TXPException
protected TXPException
Methods in com.iizix.txp.impl with parameters of type TXPExceptionModifier 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) Methods in com.iizix.txp.impl that throw TXPExceptionModifier and TypeMethodDescriptionvoid
TXPCoordinatorImpl.commit
(ITXProcess process) void
TXProcessImpl.commit()
void
TXPCoordinatorImpl.rollback
(ITXProcess process) void
TXProcessImpl.rollback()