Package org.glassfish.javaee.services
Class CommonResourceProxy
- java.lang.Object
-
- org.glassfish.javaee.services.CommonResourceProxy
-
- All Implemented Interfaces:
Serializable,org.glassfish.api.naming.NamingObjectProxy,org.glassfish.api.naming.NamingObjectProxy.InitializationNamingObjectProxy
- Direct Known Subclasses:
JMSCFResourcePMProxy
@Service @PerLookup public class CommonResourceProxy extends Object implements org.glassfish.api.naming.NamingObjectProxy.InitializationNamingObjectProxy, Serializable
Created with IntelliJ IDEA. User: naman Date: 27/8/12 Time: 2:51 PM To change this template use File | Settings | File Templates.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactualResourceNameprotected com.sun.enterprise.deployment.ResourceDescriptordescprotected org.glassfish.hk2.api.ServiceLocatorserviceLocator
-
Constructor Summary
Constructors Constructor Description CommonResourceProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectcreate(Context ic)protected org.glassfish.resourcebase.resources.api.ResourceDeployergetResourceDeployer(Object resource)voidsetDescriptor(com.sun.enterprise.deployment.ResourceDescriptor desc)
-
-
-
Field Detail
-
serviceLocator
@Inject protected transient org.glassfish.hk2.api.ServiceLocator serviceLocator
-
desc
protected com.sun.enterprise.deployment.ResourceDescriptor desc
-
actualResourceName
protected String actualResourceName
-
-
Method Detail
-
create
public Object create(Context ic) throws NamingException
- Specified by:
createin interfaceorg.glassfish.api.naming.NamingObjectProxy- Throws:
NamingException
-
getResourceDeployer
protected org.glassfish.resourcebase.resources.api.ResourceDeployer getResourceDeployer(Object resource)
-
setDescriptor
public void setDescriptor(com.sun.enterprise.deployment.ResourceDescriptor desc)
-
-