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.String
IAppHistoryBackward. performBackward(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the backward operation for the client session in question.java.lang.String
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.txp Modifier and Type Class Description class
TXPConcurrentCompletionException
class
TXPHeuristicMixedException
class
TXPNodeAssociationFailed
class
TXPNodesBusyException
class
TXPRollbackException
Methods in com.iizix.txp with parameters of type TXPException Modifier and Type Method Description void
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 TXPException Modifier and Type Method Description void
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 TXPException Modifier and Type Method Description TXPException
ActionActorTXPNodeLogger. error(java.lang.String message, java.lang.Throwable t)
TXPException
ITXPBasicLogger. error(java.lang.String message, java.lang.Throwable t)
TXPException
TXPLogger. error(java.lang.String message, java.lang.Throwable t)
TXPException
TXPNodeLogger. error(java.lang.String message, java.lang.Throwable t)
TXPException
TXProcessLogger. error(java.lang.String message, java.lang.Throwable t)
protected TXPException
TXPLogger. expand(java.lang.String m, java.lang.Throwable t)
protected TXPException
TXPNodeLogger. expand(java.lang.String m, java.lang.Throwable t)
protected TXPException
TXProcessLogger. expand(java.lang.String m, java.lang.Throwable t)
TXPException
ActionActorTXPNodeLogger. fatal(java.lang.String message, java.lang.Throwable t)
TXPException
ITXPBasicLogger. fatal(java.lang.String message, java.lang.Throwable t)
TXPException
TXPLogger. fatal(java.lang.String message, java.lang.Throwable t)
TXPException
TXPNodeLogger. fatal(java.lang.String message, java.lang.Throwable t)
TXPException
TXProcessLogger. fatal(java.lang.String message, java.lang.Throwable t)
TXPException
ActionActorTXPNodeLogger. warning(java.lang.String message, java.lang.Throwable t)
TXPException
ITXPBasicLogger. warning(java.lang.String message, java.lang.Throwable t)
TXPException
TXPLogger. warning(java.lang.String message, java.lang.Throwable t)
TXPException
TXPNodeLogger. warning(java.lang.String message, java.lang.Throwable t)
TXPException
TXProcessLogger. 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 void
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 TXPException Modifier and Type Method Description void
TXPCoordinatorImpl. commit(ITXProcess process)
void
TXProcessImpl. commit()
void
TXPCoordinatorImpl. rollback(ITXProcess process)
void
TXProcessImpl. rollback()