|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents a list of objects to be deployed.
| Field Summary | |
static int |
DEPLOYMENT_ACTION_CREATEName of the property representing a deployment Create action. |
static int |
DEPLOYMENT_ACTION_DROPName 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 performedRuntimePlatformExceptionpublic int[] getDeploymentActions()
public Component[] getComponents()
public Location[] getLocations()
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||