A C D G I M O P R S U

A

addContext(PredeterminedManagedObjectAttachments, String) - Method in class org.jboss.deployers.client.spi.DeploymentFactory
Add a context to a deployment
addContext(PredeterminedManagedObjectAttachments, String, List<ClassPathEntry>) - Method in class org.jboss.deployers.client.spi.DeploymentFactory
Add a context to a deployment
addContext(PredeterminedManagedObjectAttachments, String, String, List<ClassPathEntry>) - Method in class org.jboss.deployers.client.spi.DeploymentFactory
Add a context to a deployment
addContext(PredeterminedManagedObjectAttachments, String, List<String>, List<ClassPathEntry>) - Method in class org.jboss.deployers.client.spi.DeploymentFactory
Add a context to a deployment
addDeployment(Deployment) - Method in interface org.jboss.deployers.client.spi.DeployerClient
Add a deployment
assureStructure(PredeterminedManagedObjectAttachments) - Static method in class org.jboss.deployers.client.spi.DeploymentFactory
Assure the context has a predetermined structure

C

calculateContextsError() - Method in class org.jboss.deployers.client.spi.IncompleteDeployments
Calculate upfront context errors.
checkComplete() - Method in interface org.jboss.deployers.client.spi.DeployerClient
Check all the deployments are complete
checkComplete(Deployment...) - Method in interface org.jboss.deployers.client.spi.DeployerClient
Check if deployments are complete
checkComplete(String...) - Method in interface org.jboss.deployers.client.spi.DeployerClient
Check if deployments are complete
checkStructureComplete(Deployment...) - Method in interface org.jboss.deployers.client.spi.DeployerClient
Check if deployments are recognized
checkStructureComplete(String...) - Method in interface org.jboss.deployers.client.spi.DeployerClient
Check if deployments are recognized
createClassPath(String) - Static method in class org.jboss.deployers.client.spi.DeploymentFactory
Create a new classpath
createClassPath(String, String) - Static method in class org.jboss.deployers.client.spi.DeploymentFactory
Create a new classpath
createClassPathEntry(String) - Static method in class org.jboss.deployers.client.spi.DeploymentFactory
Create a new classpath entry
createClassPathEntry(String, String) - Static method in class org.jboss.deployers.client.spi.DeploymentFactory
Create a new classpath entry

D

deploy(Deployment...) - Method in interface org.jboss.deployers.client.spi.DeployerClient
Deploy the deployments
DeployerClient - Interface in org.jboss.deployers.client.spi
DeployerClient.
Deployment - Interface in org.jboss.deployers.client.spi
Deployment.
DeploymentFactory - Class in org.jboss.deployers.client.spi
DeploymentFactory.
DeploymentFactory() - Constructor for class org.jboss.deployers.client.spi.DeploymentFactory
 

G

getActualState() - Method in class org.jboss.deployers.client.spi.MissingDependency
Get the actualState.
getContextsInError() - Method in class org.jboss.deployers.client.spi.IncompleteDeployments
Get the contextsInError.
getContextsInErrorInfo() - Method in class org.jboss.deployers.client.spi.IncompleteDeployments
Get the contexts in error info.
getContextsMissingDependencies() - Method in class org.jboss.deployers.client.spi.IncompleteDeployments
Get the contextsMissingDependencies.
getContextsMissingDependenciesInfo() - Method in class org.jboss.deployers.client.spi.IncompleteDeployments
Get the contexts missing dependecies info
getDeepManagedObjects(String) - Method in interface org.jboss.deployers.client.spi.DeployerClient
Get the graph of managed objects starting with the top-level deployment associated with name.
getDependency() - Method in class org.jboss.deployers.client.spi.MissingDependency
Get the dependency.
getDeployment(String) - Method in interface org.jboss.deployers.client.spi.DeployerClient
Get a deployment
getDeploymentsInError() - Method in class org.jboss.deployers.client.spi.IncompleteDeployments
Get the deploymentsInError.
getDeploymentsInErrorInfo() - Method in class org.jboss.deployers.client.spi.IncompleteDeployments
Get the info about deployments in error.
getDeploymentsMissingDeployer() - Method in class org.jboss.deployers.client.spi.IncompleteDeployments
Get the deploymentsMissingDeployer.
getDeploymentsMissingDeployerInfo() - Method in class org.jboss.deployers.client.spi.IncompleteDeployments
Get the info about missing deployers.
getDeploymentState(String) - Method in interface org.jboss.deployers.client.spi.DeployerClient
Get a the state of deployment
getIncompleteDeployments() - Method in exception org.jboss.deployers.client.spi.IncompleteDeploymentException
Get the incompleteDeployments.
getManagedDeployment(String) - Method in interface org.jboss.deployers.client.spi.DeployerClient
Get the managed deployment.
getManagedObjects(String) - Method in interface org.jboss.deployers.client.spi.DeployerClient
Get the managed objects for a deployment context.
getMessage() - Method in exception org.jboss.deployers.client.spi.IncompleteDeploymentException
 
getName() - Method in interface org.jboss.deployers.client.spi.Deployment
Get the deployment name
getName() - Method in class org.jboss.deployers.client.spi.MissingDependency
Get the name.
getRequiredState() - Method in class org.jboss.deployers.client.spi.MissingDependency
Get the requiredState.
getSimpleName() - Method in interface org.jboss.deployers.client.spi.Deployment
Get the simple name
getTopLevel() - Method in interface org.jboss.deployers.client.spi.DeployerClient
Get the top level deployments
getTypes() - Method in interface org.jboss.deployers.client.spi.Deployment
Get the deployment types associated with this deployment.

I

IncompleteDeploymentException - Exception in org.jboss.deployers.client.spi
IncompleteDeploymentException.
IncompleteDeploymentException() - Constructor for exception org.jboss.deployers.client.spi.IncompleteDeploymentException
For serialization
IncompleteDeploymentException(IncompleteDeployments) - Constructor for exception org.jboss.deployers.client.spi.IncompleteDeploymentException
Create a new IncompleteDeploymentException.
IncompleteDeployments - Class in org.jboss.deployers.client.spi
IncompleteDeployments.
IncompleteDeployments(Map<String, Throwable>, Collection<String>, Map<String, Throwable>, Map<String, Set<MissingDependency>>) - Constructor for class org.jboss.deployers.client.spi.IncompleteDeployments
Create a new IncompleteDeploymentException.
isIncomplete() - Method in class org.jboss.deployers.client.spi.IncompleteDeployments
Whether it is incomplete
isInvalidContext(String) - Method in class org.jboss.deployers.client.spi.IncompleteDeployments
Whether context is responsible for incomplete deployment.
isInvalidDeployment(String) - Method in class org.jboss.deployers.client.spi.IncompleteDeployments
Whether deployment unit is responsible for incomplete deployment.

M

MainDeployer - Interface in org.jboss.deployers.client.spi.main
MainDeployer.
matchComponentName(String, Collection<String>) - Method in class org.jboss.deployers.client.spi.IncompleteDeployments
Search for componentName in strings.
MissingDependency - Class in org.jboss.deployers.client.spi
MissingDependency.
MissingDependency() - Constructor for class org.jboss.deployers.client.spi.MissingDependency
For serialization
MissingDependency(String, String, String, String) - Constructor for class org.jboss.deployers.client.spi.MissingDependency
Create a new MissingDependency.

O

org.jboss.deployers.client.spi - package org.jboss.deployers.client.spi
 
org.jboss.deployers.client.spi.main - package org.jboss.deployers.client.spi.main
 

P

process() - Method in interface org.jboss.deployers.client.spi.DeployerClient
Process the outstanding deployments.

R

removeDeployment(Deployment) - Method in interface org.jboss.deployers.client.spi.DeployerClient
Remove a deployment
removeDeployment(String) - Method in interface org.jboss.deployers.client.spi.DeployerClient
Remove a deployment by name

S

setTypes(Set<String>) - Method in interface org.jboss.deployers.client.spi.Deployment
Set the deployment types associated with this deployment.
shutdown() - Method in interface org.jboss.deployers.client.spi.main.MainDeployer
Shutdown.

U

undeploy(Deployment...) - Method in interface org.jboss.deployers.client.spi.DeployerClient
Undeploy the deployments
undeploy(String...) - Method in interface org.jboss.deployers.client.spi.DeployerClient
Undeploy a deployments by name

A C D G I M O P R S U

Copyright ? 2007 JBoss Inc.. All Rights Reserved.