Class ORBNamingProxy
- java.lang.Object
-
- org.glassfish.enterprise.iiop.api.ORBNamingProxy
-
- All Implemented Interfaces:
NamedNamingObjectProxy
@Service public class ORBNamingProxy extends Object implements NamedNamingObjectProxy
Proxy for java:comp/ORB lookups- Author:
- Ken Saks
-
-
Constructor Summary
Constructors Constructor Description ORBNamingProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objecthandle(String name)Returns the name that will be used to publish this object in the naming manager
-
-
-
Method Detail
-
handle
public Object handle(String name) throws NamingException
Description copied from interface:NamedNamingObjectProxyReturns the name that will be used to publish this object in the naming manager- Specified by:
handlein interfaceNamedNamingObjectProxy- Returns:
- the name to bind
- Throws:
NamingException
-
-