com.sun.ejb.containers
Class EJBContextNamingProxy

java.lang.Object
  extended by 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

Constructor Summary
EJBContextNamingProxy()
           
 
Method Summary
 Object handle(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBContextNamingProxy

public EJBContextNamingProxy()
Method Detail

handle

public Object handle(String name)
              throws NamingException
Specified by:
handle in interface NamedNamingObjectProxy
Throws:
NamingException


Copyright © 2012 GlassFish Community. All Rights Reserved.