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

B12155-01

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.


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

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 instance
port - the port of the Runtime Platform Schema instance
service - the service name of the Runtime Platform Schema instance
user - the username / schema name of the Runtime Platform Schema
password - the password of the Runtime Platform Schema
platformUser - the username / schema name to be used to connect to the Runtime Platform Schema
Returns:
a RuntimePlatformService
Throws:
RuntimePlatformException

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.