com.sun.enterprise.container.common.impl
Class JavaModuleNamingProxy

java.lang.Object
  extended by com.sun.enterprise.container.common.impl.JavaModuleNamingProxy
All Implemented Interfaces:
NamedNamingObjectProxy, org.jvnet.hk2.component.PostConstruct

@Service
public class JavaModuleNamingProxy
extends Object
implements NamedNamingObjectProxy, org.jvnet.hk2.component.PostConstruct


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

Constructor Detail

JavaModuleNamingProxy

public JavaModuleNamingProxy()
Method Detail

postConstruct

public void postConstruct()
Specified by:
postConstruct in interface org.jvnet.hk2.component.PostConstruct

handle

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


Copyright © 2012 GlassFish Community. All Rights Reserved.