Uses of Interface
fr.dyade.aaa.util.Transaction
-
Packages that use Transaction Package Description fr.dyade.aaa.agent fr.dyade.aaa.ext fr.dyade.aaa.jndi2.impl fr.dyade.aaa.util org.objectweb.joram.mom.messages Theorg.objectweb.joram.shared.messagespackage provides the implementation classes of the messages routed by the MOM.org.ow2.joram.mom.amqp -
-
Uses of Transaction in fr.dyade.aaa.agent
Fields in fr.dyade.aaa.agent declared as Transaction Modifier and Type Field Description (package private) static TransactionAgentServer. transactionStatic reference to the transactional monitor.(package private) TransactionCheckServerTask. transactionMethods in fr.dyade.aaa.agent that return Transaction Modifier and Type Method Description static TransactionAgentServer. getTransaction()Returns the agent server transaction context.static TransactionAgentServer. getTransaction(String serverDataDirPath)Gets the Transaction component from an existing transactional persistence.Methods in fr.dyade.aaa.agent with parameters of type Transaction Modifier and Type Method Description static AgentAgent. load(Transaction transaction, AgentId id) -
Uses of Transaction in fr.dyade.aaa.ext
Classes in fr.dyade.aaa.ext that implement Transaction Modifier and Type Class Description classJDBCTransactionclassNGTransactionThe NGTransaction class implements a transactional storage. -
Uses of Transaction in fr.dyade.aaa.jndi2.impl
Fields in fr.dyade.aaa.jndi2.impl declared as Transaction Modifier and Type Field Description private TransactionStorageManager. transactionConstructors in fr.dyade.aaa.jndi2.impl with parameters of type Transaction Constructor Description ContextManager(Transaction transaction, Object serverId, Object rootOwnerId)ServerImpl(Transaction transaction, Object serverId, Object rootOwnerId)Constructs aServerImplStorageManager(Transaction transaction, Object serverId) -
Uses of Transaction in fr.dyade.aaa.util
Classes in fr.dyade.aaa.util that implement Transaction Modifier and Type Class Description classAbstractTransactionThe AbstractTransaction class implements the common part of the Transaction Transaction interface.classATransactionclassBaseTransactionclassDBTransactionThe DBTransaction class implements an atomic storage through a JDBC interface.classDerbyDBTransactionDeprecated.classJTransactionDeprecated.classNTransactionThe NTransaction class implements a transactional storage.classNullTransactionMethods in fr.dyade.aaa.util with parameters of type Transaction Modifier and Type Method Description voidDBRepository. init(Transaction transaction, File dir)Initializes the repository.voidFileRepository. init(Transaction transaction, File dir)Initializes the repository.voidRepository. init(Transaction transaction, File dir)Initializes the repository. -
Uses of Transaction in org.objectweb.joram.mom.messages
Methods in org.objectweb.joram.mom.messages with parameters of type Transaction Modifier and Type Method Description private static byte[]Message. loadBody(Transaction transaction, String txname)Loads the body of the specified message, this method should only be used for soft messagesstatic MessageMessage. loadMessage(Transaction transaction, String txname)Loads a message from transactional persistence. -
Uses of Transaction in org.ow2.joram.mom.amqp
Fields in org.ow2.joram.mom.amqp declared as Transaction Modifier and Type Field Description private TransactionProxy. transaction
-