Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

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.

 

Method Detail

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

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.