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
- Author:
- naman 2012
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.glassfish.api.naming.NamingObjectProxy
org.glassfish.api.naming.NamingObjectProxy.InitializationNamingObjectProxy -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.glassfish.api.naming.SimpleJndiNameprotected com.sun.enterprise.deployment.ResourceDescriptorprotected org.glassfish.hk2.api.ServiceLocator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Tprotected org.glassfish.resourcebase.resources.api.ResourceDeployergetResourceDeployer(Object resource) voidsetDescriptor(com.sun.enterprise.deployment.ResourceDescriptor desc) toString()
-
Field Details
-
serviceLocator
@Inject protected transient org.glassfish.hk2.api.ServiceLocator serviceLocator -
desc
protected com.sun.enterprise.deployment.ResourceDescriptor desc -
actualResourceName
protected org.glassfish.api.naming.SimpleJndiName actualResourceName
-
-
Constructor Details
-
CommonResourceProxy
public CommonResourceProxy()
-
-
Method Details
-
create
- 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) -
toString
-