|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.client.spi.IncompleteDeployments
public class IncompleteDeployments
IncompleteDeployments.
Constructor Summary | |
---|---|
IncompleteDeployments(Map<String,Throwable> deploymentsInError,
Collection<String> deploymentsMissingDeployer,
Map<String,Throwable> contextsInError,
Map<String,Set<MissingDependency>> contextsMissingDependencies)
Create a new IncompleteDeploymentException. |
Method Summary | |
---|---|
protected void |
calculateContextsError()
Calculate upfront context errors. |
Map<String,Throwable> |
getContextsInError()
Get the contextsInError. |
String |
getContextsInErrorInfo()
Get the contexts in error info. |
Map<String,Set<MissingDependency>> |
getContextsMissingDependencies()
Get the contextsMissingDependencies. |
String |
getContextsMissingDependenciesInfo()
Get the contexts missing dependecies info |
Map<String,Throwable> |
getDeploymentsInError()
Get the deploymentsInError. |
String |
getDeploymentsInErrorInfo()
Get the info about deployments in error. |
Collection<String> |
getDeploymentsMissingDeployer()
Get the deploymentsMissingDeployer. |
String |
getDeploymentsMissingDeployerInfo()
Get the info about missing deployers. |
boolean |
isIncomplete()
Whether it is incomplete |
boolean |
isInvalidContext(String contextName)
Whether context is responsible for incomplete deployment. |
boolean |
isInvalidDeployment(String deploymentName)
Whether deployment unit is responsible for incomplete deployment. |
protected boolean |
matchComponentName(String componentName,
Collection<String> strings)
Search for componentName in strings. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IncompleteDeployments(Map<String,Throwable> deploymentsInError, Collection<String> deploymentsMissingDeployer, Map<String,Throwable> contextsInError, Map<String,Set<MissingDependency>> contextsMissingDependencies)
deploymentsInError
- deployments in errordeploymentsMissingDeployer
- deployments missing deployercontextsInError
- contexts in errorcontextsMissingDependencies
- contexts missing dependenciesMethod Detail |
---|
public boolean isIncomplete()
public boolean isInvalidDeployment(String deploymentName)
deploymentName
- deployment unit name
public boolean isInvalidContext(String contextName)
contextName
- context's name
public String getDeploymentsInErrorInfo()
public String getDeploymentsMissingDeployerInfo()
protected void calculateContextsError()
public String getContextsInErrorInfo()
public String getContextsMissingDependenciesInfo()
protected boolean matchComponentName(String componentName, Collection<String> strings)
componentName
- component's namestrings
- collection of strings
public Map<String,Throwable> getContextsInError()
public Map<String,Set<MissingDependency>> getContextsMissingDependencies()
public Map<String,Throwable> getDeploymentsInError()
public Collection<String> getDeploymentsMissingDeployer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |