oracle.owb.runtime
Class RuntimePlatformManager
java.lang.Object
|
+--oracle.owb.runtime.RuntimePlatformManager
- public class RuntimePlatformManager
- extends java.lang.Object
This is a Factory to construct a RuntimePlatformService.
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static RuntimePlatformManager getInstance()
- Return an instance of the RuntimePlatformManager Factory.
- Returns:
- an instance of the RuntimePlatformManager Factory
createRuntimePlatformService
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
- Create a RuntimePlatformService connected to the Runtime Platform
using the given connect details.
- Parameters:
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 Schema- Returns:
- a RuntimePlatformService
- Throws:
RuntimePlatformException -