| org.jboss.deployment.DeploymentException org.jboss.deployment.IncompleteDeploymentException
IncompleteDeploymentException | public IncompleteDeploymentException(Collection mbeansWaitingForClasses, Collection mbeansWaitingForDepends, Collection rootCause, Collection incompletePackages, Collection waitingForDeployer)(Code) | | CTOR
Parameters: mbeansWaitingForClasses - Parameters: mbeansWaitingForDepends - Parameters: rootCause - Parameters: incompletePackages - Parameters: waitingForDeployer - |
getIncompletePackages | public Collection getIncompletePackages()(Code) | | Get the IncompletePackages value.
the IncompletePackages value. |
getMbeansWaitingForClasses | public Collection getMbeansWaitingForClasses()(Code) | | Get the MbeansWaitingForClasses value.
the MbeansWaitingForClasses value. |
getMbeansWaitingForDepends | public Collection getMbeansWaitingForDepends()(Code) | | Get the MbeansWaitingForDepends value.
the MbeansWaitingForDepends value. |
getWaitingForDeployer | public Collection getWaitingForDeployer()(Code) | | Get the WaitingForDeployer value.
the WaitingForDeployer value. |
isEmpty | public boolean isEmpty()(Code) | | true is no information is contained at all |
toString | public String toString()(Code) | | Convert to String and cache the deployment information
|
|
|