Class JavaModuleNamingProxy
- java.lang.Object
-
- com.sun.enterprise.container.common.impl.JavaModuleNamingProxy
-
- All Implemented Interfaces:
NamedNamingObjectProxy,org.glassfish.hk2.api.PostConstruct
@Service public class JavaModuleNamingProxy extends Object implements NamedNamingObjectProxy, org.glassfish.hk2.api.PostConstruct
-
-
Constructor Summary
Constructors Constructor Description JavaModuleNamingProxy()
-
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 managervoidpostConstruct()
-
-
-
Method Detail
-
postConstruct
public void postConstruct()
- Specified by:
postConstructin interfaceorg.glassfish.hk2.api.PostConstruct
-
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
-
-