|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Deployers
Deployers.
| Method Summary | |
|---|---|
void |
checkComplete(Collection<org.jboss.deployers.structure.spi.DeploymentContext> errors,
Collection<org.jboss.deployers.client.spi.Deployment> missingDeployer)
Check all the deployments are complete |
void |
checkComplete(org.jboss.deployers.structure.spi.DeploymentContext... contexts)
Check if deployments are complete |
void |
checkStructureComplete(org.jboss.deployers.structure.spi.DeploymentContext... contexts)
Check if deployments are structurally complete |
Map<String,org.jboss.managed.api.ManagedObject> |
getManagedObjects(org.jboss.deployers.structure.spi.DeploymentContext context)
Get the managed objects for a deployer |
void |
process(List<org.jboss.deployers.structure.spi.DeploymentContext> deploy,
List<org.jboss.deployers.structure.spi.DeploymentContext> undeploy)
Process deployment |
| Method Detail |
|---|
Map<String,org.jboss.managed.api.ManagedObject> getManagedObjects(org.jboss.deployers.structure.spi.DeploymentContext context)
throws org.jboss.deployers.spi.DeploymentException
context - the context
org.jboss.deployers.spi.DeploymentException - for any error
void process(List<org.jboss.deployers.structure.spi.DeploymentContext> deploy,
List<org.jboss.deployers.structure.spi.DeploymentContext> undeploy)
deploy - the deployments to deployundeploy - the deployments to remove
void checkComplete(Collection<org.jboss.deployers.structure.spi.DeploymentContext> errors,
Collection<org.jboss.deployers.client.spi.Deployment> missingDeployer)
throws org.jboss.deployers.spi.DeploymentException
errors - the contexts in errormissingDeployer - the deployments missing a deployer
org.jboss.deployers.spi.DeploymentException - when some deployment is not complete
void checkComplete(org.jboss.deployers.structure.spi.DeploymentContext... contexts)
throws org.jboss.deployers.spi.DeploymentException
contexts - the deployments
org.jboss.deployers.spi.DeploymentException - when the deployment is not complete
void checkStructureComplete(org.jboss.deployers.structure.spi.DeploymentContext... contexts)
throws org.jboss.deployers.spi.DeploymentException
contexts - the deployments
org.jboss.deployers.spi.DeploymentException - when the deployment is not complete
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||