|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentMBean
DeploymentMBean.
Method Summary | |
---|---|
List<ObjectName> |
getChildNames()
The children |
ObjectName |
getClassLoaderName()
Gets the classloader for this deployment unit |
Comparator<DeploymentContext> |
getComparator()
Get the comparator. |
List<ObjectName> |
getComponentNames()
The components |
Set<Object> |
getControllerContextNames()
Get the controller context names. |
org.jboss.dependency.spi.DependencyInfo |
getDependencyInfo()
Get the dependency info |
org.jboss.metadata.spi.scope.ScopeKey |
getMutableScope()
Get the mutable scope |
String |
getName()
Get the deployment name |
ObjectName |
getObjectName()
Get the object name |
ObjectName |
getParentName()
The parent |
Throwable |
getProblem()
Get the problem for this context |
int |
getRelativeOrder()
Get the relative order |
String |
getRelativePath()
Get the path of this deployment relative to the top of the deployment vfs path ------------------- relative path deploy/some.ear "" deploy/some.ear/x.ejb "/x.ejb" deploy/some.ear/y.sar "/y.sar" deploy/some.ear/y.sar/z.rar "/y.sar/z.rar" |
org.jboss.metadata.spi.scope.ScopeKey |
getScope()
Get the scope |
String |
getSimpleName()
Get the simple vfs name of the deployment unit. |
DeploymentState |
getState()
Get the deployment state |
ObjectName |
getTopLevelName()
Get the top level deployment |
boolean |
isComponent()
Whether this is a component |
boolean |
isDeployed()
Whether the deployment was processed |
boolean |
isTopLevel()
Whether this is a top level deployment |
Method Detail |
---|
String getName()
ObjectName getObjectName()
Set<Object> getControllerContextNames()
String getSimpleName()
String getRelativePath()
int getRelativeOrder()
Comparator<DeploymentContext> getComparator()
org.jboss.metadata.spi.scope.ScopeKey getScope()
org.jboss.metadata.spi.scope.ScopeKey getMutableScope()
DeploymentState getState()
ObjectName getClassLoaderName()
boolean isTopLevel()
ObjectName getTopLevelName()
ObjectName getParentName()
List<ObjectName> getChildNames()
boolean isComponent()
List<ObjectName> getComponentNames()
org.jboss.dependency.spi.DependencyInfo getDependencyInfo()
boolean isDeployed()
Throwable getProblem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |