Package org.glassfish.javaee.services
Class CommonResourceProxy
- java.lang.Object
-
- org.glassfish.javaee.services.CommonResourceProxy
-
- All Implemented Interfaces:
Serializable,NamingObjectProxy,NamingObjectProxy.InitializationNamingObjectProxy
- Direct Known Subclasses:
JMSCFResourcePMProxy
@Service @PerLookup public class CommonResourceProxy extends Object implements 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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.glassfish.api.naming.NamingObjectProxy
NamingObjectProxy.InitializationNamingObjectProxy
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactualResourceNameprotected 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)Create and return an object.protected ResourceDeployergetResourceDeployer(Object resource)voidsetDescriptor(ResourceDescriptor desc)
-
-
-
Field Detail
-
serviceLocator
@Inject protected transient org.glassfish.hk2.api.ServiceLocator serviceLocator
-
desc
protected ResourceDescriptor desc
-
actualResourceName
protected String actualResourceName
-
-
Method Detail
-
create
public Object create(Context ic) throws NamingException
Description copied from interface:NamingObjectProxyCreate and return an object.- Specified by:
createin interfaceNamingObjectProxy- Returns:
- an object
- Throws:
NamingException
-
getResourceDeployer
protected ResourceDeployer getResourceDeployer(Object resource)
-
setDescriptor
public void setDescriptor(ResourceDescriptor desc)
-
-