com.sun.ejb.containers
Class EJBContextNamingProxy
java.lang.Object
com.sun.ejb.containers.EJBContextNamingProxy
- All Implemented Interfaces:
- NamedNamingObjectProxy
@Service
public class EJBContextNamingProxy
- extends Object
- implements NamedNamingObjectProxy
Proxy for accessing EJBContext objects when requested by lookup or injection.
NamingManager will call the handle() method when the JNDI name is looked up.
- Author:
- Ken Saks
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBContextNamingProxy
public EJBContextNamingProxy()
handle
public Object handle(String name)
throws NamingException
- Specified by:
handle in interface NamedNamingObjectProxy
- Throws:
NamingException
Copyright © 2012 GlassFish Community. All Rights Reserved.