Package org.glassfish.resources.module
Class ResourcesContainer
- java.lang.Object
-
- org.glassfish.resources.module.ResourcesContainer
-
- All Implemented Interfaces:
Container,org.glassfish.hk2.api.PostConstruct,org.glassfish.hk2.api.PreDestroy
@Service(name="org.glassfish.resources.module.ResourcesContainer") public class ResourcesContainer extends Object implements Container, org.glassfish.hk2.api.PostConstruct, org.glassfish.hk2.api.PreDestroy
Container for glassfish-resources deployer
-
-
Constructor Summary
Constructors Constructor Description ResourcesContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Deployer>getDeployer()Returns the Deployer implementation capable of deploying applications to this container.StringgetName()Returns a human readable name for this container, this name is not used for identifying the container but can be used to display messages belonging to the container.voidlogFine(String message)voidpostConstruct()voidpreDestroy()
-
-
-
Method Detail
-
postConstruct
public void postConstruct()
- Specified by:
postConstructin interfaceorg.glassfish.hk2.api.PostConstruct
-
preDestroy
public void preDestroy()
- Specified by:
preDestroyin interfaceorg.glassfish.hk2.api.PreDestroy
-
getDeployer
public Class<? extends Deployer> getDeployer()
Returns the Deployer implementation capable of deploying applications to this container.- Specified by:
getDeployerin interfaceContainer- Returns:
- the Deployer implementation
-
getName
public String getName()
Returns a human readable name for this container, this name is not used for identifying the container but can be used to display messages belonging to the container.
-
logFine
public void logFine(String message)
-
-