Class TransactionNamingProxy

  • All Implemented Interfaces:
    NamedNamingObjectProxy

    @Service
    public class TransactionNamingProxy
    extends Object
    implements NamedNamingObjectProxy
    Proxy for creating JTA instances that get registered in the naming manager. NamingManager will call the handle() method when the JNDI name is looked up. Will return the instance that corresponds to the known name.
    Author:
    Marina Vatkina