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

B12155-01

oracle.owb.runtime
Interface UnitController


public interface UnitController

A Controller to deploy the contents of the associated UnitSpecification to the Runtime Platform.


Method Summary
 boolean deploy(java.io.Writer writer)
          Deploy the contents of the assocaited UnitSpecification to the Runtime Platform.
 UnitSpecification getUnitSpecification()
          Return the associated UnitSpecification.

 

Method Detail

getUnitSpecification

public UnitSpecification getUnitSpecification()
Return the associated UnitSpecification.
Returns:
a UnitSpecification

deploy

public boolean deploy(java.io.Writer writer)
               throws RuntimePlatformException
Deploy the contents of the assocaited UnitSpecification to the Runtime Platform.
Parameters:
writer - a writer to which deployment messages are written in real time
Returns:
if the deployment was successful
Throws:
RuntimePlatformException

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.