@Service(name="com.sun.enterprise.connectors.module.ConnectorContainer") public class ConnectorContainer extends Object implements Container, org.glassfish.hk2.api.PostConstruct, org.glassfish.hk2.api.PreDestroy
| Constructor and Description |
|---|
ConnectorContainer() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
getDeployer()
Returns the Deployer implementation capable of deploying applications to this
container.
|
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 |
logFine(String message) |
void |
postConstruct() |
void |
preDestroy() |
public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic void preDestroy()
preDestroy in interface org.glassfish.hk2.api.PreDestroypublic Class<? extends Deployer> getDeployer()
getDeployer in interface Containerpublic String getName()
public void logFine(String message)
Copyright © 2017. All rights reserved.