@Service(name="Security") public class SecurityDeployer extends SimpleDeployer<SecurityContainer,DummyApplication> implements org.glassfish.hk2.api.PostConstruct
| Constructor and Description |
|---|
SecurityDeployer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanArtifacts(DeploymentContext dc) |
protected void |
generateArtifacts(DeploymentContext dc) |
static List<EventTypes> |
getDeploymentEvents() |
MetaData |
getMetaData()
Returns the meta data assocated with this Deployer
|
DummyApplication |
load(SecurityContainer container,
DeploymentContext context)
No-op
|
void |
postConstruct() |
void |
unload(DummyApplication container,
DeploymentContext context)
No-op
|
clean, loadMetaData, prepareprotected void generateArtifacts(DeploymentContext dc) throws DeploymentException
generateArtifacts in class SimpleDeployer<SecurityContainer,DummyApplication>DeploymentExceptionprotected void cleanArtifacts(DeploymentContext dc) throws DeploymentException
cleanArtifacts in class SimpleDeployer<SecurityContainer,DummyApplication>DeploymentExceptionpublic DummyApplication load(SecurityContainer container, DeploymentContext context)
SimpleDeployerload in interface Deployer<SecurityContainer,DummyApplication>load in class SimpleDeployer<SecurityContainer,DummyApplication>container - in which the application will residecontext - of the deploymentpublic void unload(DummyApplication container, DeploymentContext context)
SimpleDeployerunload in interface Deployer<SecurityContainer,DummyApplication>unload in class SimpleDeployer<SecurityContainer,DummyApplication>container - instance to be stoppedcontext - of the undeploymentpublic MetaData getMetaData()
SimpleDeployergetMetaData in interface Deployer<SecurityContainer,DummyApplication>getMetaData in class SimpleDeployer<SecurityContainer,DummyApplication>public static List<EventTypes> getDeploymentEvents()
public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructCopyright © 2017. All rights reserved.