@Service(name="org.glassfish.webservices.WebServicesContainer") @Singleton public class WebServicesContainer extends org.glassfish.external.amx.MBeanListener.CallbackImpl implements Container, org.glassfish.hk2.api.PostConstruct, org.glassfish.hk2.api.PreDestroy
| Constructor and Description |
|---|
WebServicesContainer() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
getDeployer()
Returns the Deployer implementation capable of deploying applications to this
container.
|
WebServicesDeploymentMBean |
getDeploymentBean() |
String |
getName()
Returns a human redeable name for this container, this name is not used for
identifying the container but can be used to display messages belonging to
the container.
|
void |
mbeanRegistered(ObjectName objectName,
org.glassfish.external.amx.MBeanListener listener) |
void |
postConstruct() |
void |
preDestroy() |
public String getName()
Containerpublic void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic void mbeanRegistered(ObjectName objectName, org.glassfish.external.amx.MBeanListener listener)
mbeanRegistered in interface org.glassfish.external.amx.MBeanListener.CallbackmbeanRegistered in class org.glassfish.external.amx.MBeanListener.CallbackImplpublic WebServicesDeploymentMBean getDeploymentBean()
public Class<? extends Deployer> getDeployer()
ContainergetDeployer in interface Containerpublic void preDestroy()
preDestroy in interface org.glassfish.hk2.api.PreDestroyCopyright © 2017. All rights reserved.