Package net.jini.core.transaction


package net.jini.core.transaction
  • Class
    Description
    Exception thrown when a transaction cannot abort because it has already already decided to commit.
    Exception thrown when a transaction cannot commit on multiple partitions because it has already aborted or must now be aborted.
    Exception thrown when a transaction cannot commit because it has already aborted or must now be aborted.
    Exception thrown when a transaction cannot be joined because it is no longer active.
    Exception thrown when an object does not support nested transactions.
    TODO add Javadoc
    additional methods which relates to the underlying transaction manager
    Interface for classes representing nestable transactions returned by NestableTransactionManager servers for use with transaction participants that implement the default transaction semantics.
    Class that holds return values from create methods.
    Exception thrown when a transaction timeout has expired.
    Interface for classes representing transactions returned by TransactionManager servers for use with transaction participants that implement the default transaction semantics.
    Class that holds return values from create methods.
    Base class for exceptions thrown during a transaction.
    Factory methods for creating top-level transactions.
    Exception thrown when a transaction is not recognized as a valid or known transaction.