Uses of Class
com.iizix.txp.TXPException
Packages that use TXPException Package Description com.iizix.gyro.history com.iizix.txp com.iizix.txp.impl Uses of TXPException in com.iizix.gyro.history
Methods in com.iizix.gyro.history that throw TXPException Modifier and Type Method Description java.lang.StringIAppHistoryBackward. performBackward(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the backward operation for the client session in question.java.lang.StringIAppHistoryForward. 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.txp Modifier and Type Class Description classTXPConcurrentCompletionExceptionclassTXPHeuristicMixedExceptionclassTXPNodeAssociationFailedclassTXPNodesBusyExceptionclassTXPRollbackExceptionMethods in com.iizix.txp with parameters of type TXPException Modifier and Type Method Description voidITXPMonitor. 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 TXPException Modifier and Type Method Description voidITXPCoordinator. 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 TXPException Modifier and Type Method Description TXPExceptionActionActorTXPNodeLogger. error(java.lang.String message, java.lang.Throwable t)TXPExceptionITXPBasicLogger. error(java.lang.String message, java.lang.Throwable t)TXPExceptionTXPLogger. error(java.lang.String message, java.lang.Throwable t)TXPExceptionTXPNodeLogger. error(java.lang.String message, java.lang.Throwable t)TXPExceptionTXProcessLogger. error(java.lang.String message, java.lang.Throwable t)protected TXPExceptionTXPLogger. expand(java.lang.String m, java.lang.Throwable t)protected TXPExceptionTXPNodeLogger. expand(java.lang.String m, java.lang.Throwable t)protected TXPExceptionTXProcessLogger. expand(java.lang.String m, java.lang.Throwable t)TXPExceptionActionActorTXPNodeLogger. fatal(java.lang.String message, java.lang.Throwable t)TXPExceptionITXPBasicLogger. fatal(java.lang.String message, java.lang.Throwable t)TXPExceptionTXPLogger. fatal(java.lang.String message, java.lang.Throwable t)TXPExceptionTXPNodeLogger. fatal(java.lang.String message, java.lang.Throwable t)TXPExceptionTXProcessLogger. fatal(java.lang.String message, java.lang.Throwable t)TXPExceptionActionActorTXPNodeLogger. warning(java.lang.String message, java.lang.Throwable t)TXPExceptionITXPBasicLogger. warning(java.lang.String message, java.lang.Throwable t)TXPExceptionTXPLogger. warning(java.lang.String message, java.lang.Throwable t)TXPExceptionTXPNodeLogger. warning(java.lang.String message, java.lang.Throwable t)TXPExceptionTXProcessLogger. warning(java.lang.String message, java.lang.Throwable t)Methods in com.iizix.txp.impl with parameters of type TXPException Modifier and Type Method Description voidITXPLogger. 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 TXPException Modifier and Type Method Description voidTXPCoordinatorImpl. commit(ITXProcess process)voidTXProcessImpl. commit()voidTXPCoordinatorImpl. rollback(ITXProcess process)voidTXProcessImpl. rollback()