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. |
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 -