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 TypeClassDescriptionclassclassclassclassclassMethods in com.iizix.txp with parameters of type TXPExceptionModifier and TypeMethodDescriptionvoidITXPMonitor.onCommitCanceled(ITXProcess process, TXPException reason) Called when the process aborts committing.voidITXPMonitor.onRollbackCanceled(ITXProcess process, TXPException reason) Called when the process aborts rolling back.Methods in com.iizix.txp that throw TXPExceptionModifier and TypeMethodDescriptionvoidITXPCoordinator.commit(ITXProcess process) Called by the process to signal that the process logic/application requests a commit.voidITXProcess.commit()Called by the process logic/application (not the nodes!)to request that the transactional process gets committed.voidITXPCoordinator.rollback(ITXProcess process) Called by the process to signal that the process logic/application requests a rollback.voidITXProcess.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 TXPExceptionprotected TXPExceptionprotected TXPExceptionMethods in com.iizix.txp.impl with parameters of type TXPExceptionModifier and TypeMethodDescriptionvoidITXPLogger.commitCanceled(TXProcessImpl process, TXPException reason) voidTXPLogger.commitCanceled(TXProcessImpl process, TXPException reason) voidTXPCoordinatorImpl.onCommitCanceled(ITXProcess process, TXPException reason) voidTXPCoordinatorImpl.onRollbackCanceled(ITXProcess process, TXPException reason) voidITXPLogger.rollbackCanceled(TXProcessImpl process, TXPException reason) voidTXPLogger.rollbackCanceled(TXProcessImpl process, TXPException reason) Methods in com.iizix.txp.impl that throw TXPExceptionModifier and TypeMethodDescriptionvoidTXPCoordinatorImpl.commit(ITXProcess process) voidTXProcessImpl.commit()voidTXPCoordinatorImpl.rollback(ITXProcess process) voidTXProcessImpl.rollback()