oracle.owb.runtime
Interface DeploymentController
- public interface DeploymentController
A Controller for a deployment of a set of Components as
broken down into UnitControllers.
|
Method Summary |
boolean |
finish()
Causes this DeploymentController to be finished so that no more
deployment operations can be called on the associated UnitControllers. |
UnitController[] |
getUnitControllers()
Returns an Array of associated UnitControllers. |
boolean |
isFinished()
Returns true if the finish method has been called on this
DeploymentController. |
getUnitControllers
public UnitController[] getUnitControllers()
- Returns an Array of associated UnitControllers.
- Returns:
- an array of UnitControllers.
isFinished
public boolean isFinished()
- Returns true if the finish method has been called on this
DeploymentController.
- Returns:
- true if the finish method has been called.
finish
public boolean finish()
throws RuntimePlatformException
- Causes this DeploymentController to be finished so that no more
deployment operations can be called on the associated UnitControllers.
- Returns:
- true if the method was successful.
- Throws:
RuntimePlatformException -