Uses of Class
org.wildfly.transaction.client.LocalTransactionContext
Packages that use LocalTransactionContext
-
Uses of LocalTransactionContext in org.wildfly.transaction.client
Methods in org.wildfly.transaction.client that return LocalTransactionContextModifier and TypeMethodDescriptionstatic LocalTransactionContextLocalTransactionContext.getCurrent()Get the current local transaction context.Methods in org.wildfly.transaction.client that return types with arguments of type LocalTransactionContextModifier and TypeMethodDescriptionstatic org.wildfly.common.context.ContextManager<LocalTransactionContext>LocalTransactionContext.getContextManager()Get the context manager.org.wildfly.common.context.ContextManager<LocalTransactionContext>LocalTransactionContext.getInstanceContextManager()Get the context manager; delegates togetContextManager(). -
Uses of LocalTransactionContext in org.wildfly.transaction.client.provider.remoting
Methods in org.wildfly.transaction.client.provider.remoting that return LocalTransactionContextModifier and TypeMethodDescriptionRemotingTransactionService.getTransactionContext()Get the local transaction context being used by this service.Methods in org.wildfly.transaction.client.provider.remoting with parameters of type LocalTransactionContextModifier and TypeMethodDescriptionRemotingTransactionService.Builder.setTransactionContext(LocalTransactionContext transactionContext)