|
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 | |||||||||
An interface to access the Runtime Platform.
| Method Summary | |
void |
closeConnection()Close the wrapped Runtime Platform Schema Connection. |
DeploymentSpecification |
createDeploymentSpecification(RuntimeObjectList runtimeObjectList)Create a DeploymentSpecification for the Components held in the RuntimeObjectList. |
RuntimeObjectList |
createRuntimeObjectList()Construct an empty RuntimeObjectList. |
int[] |
getDeploymentActions(Component component, Location location)Return all the deployment operations that can be specified for the given Component. |
boolean |
isLocationNameRegistered(java.lang.String locationName)Is there a Location registered in the Runtime Platform Schema with the provided name. |
boolean |
isLocationUOIDRegistered(java.lang.String locationUOID)Is there a Location registered in the Runtime Platform Schema with the provided UOID. |
void |
registerLocation(java.lang.String locationName, java.lang.String locationTypeName, java.lang.String locationTypeVersion, java.lang.String locationUoid, boolean isDeploymentTarget, java.lang.String[] paramNames, java.lang.String[] paramValues)Register a Location in the Runtime Platform Schema. |
void |
runDeploymentSpecification(java.io.Reader specXML)Perform a Deployment of the provided Deployment Specification as read from the Reader. |
| Method Detail |
public RuntimeObjectList createRuntimeObjectList()
public DeploymentSpecification createDeploymentSpecification(RuntimeObjectList runtimeObjectList)
throws RuntimePlatformException
runtimeObjectList - the list from which to build the DeploymentSpecificationRuntimePlatformException
public int[] getDeploymentActions(Component component,
Location location)
throws RuntimePlatformException
component - the Component to be processedlocation - the Location Target for the associated ComponentRuntimePlatformException
public void closeConnection()
throws RuntimePlatformException
RuntimePlatformException
public void registerLocation(java.lang.String locationName,
java.lang.String locationTypeName,
java.lang.String locationTypeVersion,
java.lang.String locationUoid,
boolean isDeploymentTarget,
java.lang.String[] paramNames,
java.lang.String[] paramValues)
throws RuntimePlatformException
locationName - the name of the Location to be registeredlocationTypeName - the type of the Location to be registeredlocationTypeVersion - the version of the Location to be registeredlocationUoid - the UOID of the Location to be registeredisDeploymentTarget - is the Location to be registered as a Deployment TargetparamNames - an array of parameter names to be registered for the Location.paramValues - an array of parameter values to be registered for the Location.RuntimePlatformException
public boolean isLocationUOIDRegistered(java.lang.String locationUOID)
throws RuntimePlatformException
locationUOID - the location UOID to be used in the testRuntimePlatformException
public boolean isLocationNameRegistered(java.lang.String locationName)
throws RuntimePlatformException
locationName - the location name to be used in the testRuntimePlatformException
public void runDeploymentSpecification(java.io.Reader specXML)
throws RuntimePlatformException
specXML - a Reader from which to read a Deployment Specifcation XML StreamRuntimePlatformException
|
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 | |||||||||