|
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 | |||||||||
java.lang.Object | +--oracle.owb.runtime.RuntimePlatformManager
This is a Factory to construct a RuntimePlatformService.
| Method Summary | |
RuntimePlatformService |
createRuntimePlatformService(java.lang.String host, int port, java.lang.String service, java.lang.String user, java.lang.String password, java.lang.String platformUser)Create a RuntimePlatformService connected to the Runtime Platform using the given connect details. |
static RuntimePlatformManager |
getInstance()Return an instance of the RuntimePlatformManager Factory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static RuntimePlatformManager getInstance()
public RuntimePlatformService createRuntimePlatformService(java.lang.String host,
int port,
java.lang.String service,
java.lang.String user,
java.lang.String password,
java.lang.String platformUser)
throws RuntimePlatformException
host - the host of the Runtime Platform Schema instanceport - the port of the Runtime Platform Schema instanceservice - the service name of the Runtime Platform Schema instanceuser - the username / schema name of the Runtime Platform Schemapassword - the password of the Runtime Platform SchemaplatformUser - the username / schema name to be used to connect to the Runtime Platform SchemaRuntimePlatformException
|
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 | |||||||||