| com.sun.jbi.management.system.DeploymentContext
DeploymentContext | public interface DeploymentContext (Code) | | This is the interface for Deployment Context, which is an
in-memory representation of JBI Assembly Unit jar file contents.
author: Sun Microsystems, Inc. |
getArtifactsJar | Reader getArtifactsJar(String aSUName)(Code) | | Returns the jar file corresponding to the SU name. This
is the jar file that will be deployed to the given component.
Parameters: aSUName - name of the Service Unit SU jar file |
getDeploymentDescriptor | String getDeploymentDescriptor()(Code) | | Returns the deployment descriptor(jbi.xml) of the current Service Assembly(SA).
deployment descriptor of the Service Assembly(SA) |
getSAName | String getSAName() throws DeploymentException(Code) | | Returns name of the Service Assembly(SA),
whose meta-data this context represents.
name of the Service Assembly(SA) |
getSUList | List getSUList()(Code) | | Returns a list of SU names that are part of the
current Service Assembly(SA).
List of SU names that are part of the SA |
getTargetComponentName | String getTargetComponentName(String aSUName)(Code) | | Returns the name of the component that is the target
of the given Service Unit.
Parameters: aSUName - name of the Service Unit name of the Component |
|
|