com.sun.enterprise.transaction.spi
Interface TransactionOperationsManager


@Contract
public interface TransactionOperationsManager

TransactionOperationsManager interface to be used by various components to perform notifications by UserTransaction instance.

Author:
Marina Vatkina

Method Summary
 void doAfterUtxBegin()
          Called by the UserTransaction when transaction is started.
 void userTransactionLookupAllowed()
          Called by the UserTransaction lookup to verify access to the UserTransaction itself.
 boolean userTransactionMethodsAllowed()
          Called by the UserTransaction implementation to verify access to the UserTransaction methods.
 

Method Detail

userTransactionMethodsAllowed

boolean userTransactionMethodsAllowed()
Called by the UserTransaction implementation to verify access to the UserTransaction methods.


userTransactionLookupAllowed

void userTransactionLookupAllowed()
                                  throws javax.naming.NameNotFoundException
Called by the UserTransaction lookup to verify access to the UserTransaction itself.

Throws:
javax.naming.NameNotFoundException

doAfterUtxBegin

void doAfterUtxBegin()
Called by the UserTransaction when transaction is started.



Copyright © 2012 GlassFish Community. All Rights Reserved.