|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Deployers
Deployers.
Method Summary | |
---|---|
void |
change(DeploymentContext context,
DeploymentStage stage)
Change the state of a deployment |
void |
checkComplete(Collection<DeploymentContext> errors,
Collection<Deployment> missingDeployer)
Check all the deployments are complete |
void |
checkComplete(DeploymentContext... contexts)
Check if deployments are complete |
void |
checkStructureComplete(DeploymentContext... contexts)
Check if deployments are structurally complete |
DeploymentStage |
getDeploymentStage(DeploymentContext context)
Get the deployment stage for a deployment |
Map<String,org.jboss.managed.api.ManagedObject> |
getManagedObjects(DeploymentContext context)
Get the managed objects for a deployer |
void |
process(List<DeploymentContext> deploy,
List<DeploymentContext> undeploy)
Process deployment |
void |
shutdown()
Shutdown. |
Method Detail |
---|
Map<String,org.jboss.managed.api.ManagedObject> getManagedObjects(DeploymentContext context) throws DeploymentException
context
- the context
DeploymentException
- for any errorvoid process(List<DeploymentContext> deploy, List<DeploymentContext> undeploy)
deploy
- the deployments to deployundeploy
- the deployments to removevoid change(DeploymentContext context, DeploymentStage stage) throws DeploymentException
context
- the contextstage
- the stage
DeploymentException
- for any errorDeploymentStage getDeploymentStage(DeploymentContext context) throws DeploymentException
context
- the context
DeploymentException
- for any errorvoid checkComplete(Collection<DeploymentContext> errors, Collection<Deployment> missingDeployer) throws DeploymentException
errors
- the contexts in errormissingDeployer
- the deployments missing a deployer
DeploymentException
- when some deployment is not completevoid checkComplete(DeploymentContext... contexts) throws DeploymentException
contexts
- the deployments
DeploymentException
- when the deployment is not completevoid checkStructureComplete(DeploymentContext... contexts) throws DeploymentException
contexts
- the deployments
DeploymentException
- when the deployment is not completevoid shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |