|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface represents a list of objects to be deployed.
| Field Summary | |
static int |
DEPLOYMENT_ACTION_CREATE
Name of the property representing a deployment Create action. |
static int |
DEPLOYMENT_ACTION_DROP
Name of the property representing a deployment Drop action. |
| Method Summary | |
boolean |
add(Component component,
Location location,
int deploymentAction)
This method adds a Component to the RuntimeObjectList. |
Component[] |
getComponents()
Return the array of Components in the order in which they were added to this RuntimeObjectList. |
int[] |
getDeploymentActions()
Return the array of Deployment Actions in the order in which they were added to this RuntimeObjectList. |
Location[] |
getLocations()
Return the array of Locations in the order in which they were added to this RuntimeObjectList. |
| Field Detail |
public static final int DEPLOYMENT_ACTION_CREATE
public static final int DEPLOYMENT_ACTION_DROP
| Method Detail |
public boolean add(Component component,
Location location,
int deploymentAction)
throws RuntimePlatformException
component - is the Component to be deployedlocation - the Location Target to which the Component is to be deployeddeploymentAction - the deployment action to be performedRuntimePlatformException - public int[] getDeploymentActions()
public Component[] getComponents()
public Location[] getLocations()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||