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

B12155-01

oracle.owb.environment
Interface RuntimeRepository

All Superinterfaces:
BaseLocation, Component, Folder, OWBNamedObject, Snapshotable

public interface RuntimeRepository
extends BaseLocation

RuntimeRepository represents the information needed to connect to a Runtime Repository.


Field Summary

 

Fields inherited from interface oracle.owb.environment.BaseLocation
ALL_LOCATION_TYPES, LOCATION_TYPE_DATABASE, LOCATION_TYPE_FLATFILE, LOCATION_TYPE_GATEWAY_DB2, LOCATION_TYPE_GATEWAY_DRDA, LOCATION_TYPE_GATEWAY_INFORMIX, LOCATION_TYPE_GATEWAY_ODBC, LOCATION_TYPE_GATEWAY_OTHER, LOCATION_TYPE_GATEWAY_RDB, LOCATION_TYPE_GATEWAY_SQLSERVER, LOCATION_TYPE_GATEWAY_SYBASE, LOCATION_TYPE_GATEWAY_TERRADATA, LOCATION_TYPE_PROCESSFLOW_OEM, LOCATION_TYPE_PROCESSFLOW_OWF, LOCATION_TYPE_SAP, LOCATION_TYPES_GATEWAYS, LOCATION_TYPES_WITH_VERSIONS, ODB_VERSION_10_1, ODB_VERSION_7_3_4, ODB_VERSION_8_0, ODB_VERSION_8_1, ODB_VERSION_9_0, ODB_VERSION_9_2, OEM_VERSION_10_1, OEM_VERSION_9_0, OEM_VERSION_9_2, OWF_VERSION_2_6_2, OWF_VERSION_2_6_3, OWF_VERSION_2_6_4, SAP_VERSION_R33X, SAP_VERSION_R34X

 

Fields inherited from interface oracle.owb.metadatamgmt.changemgmt.Snapshotable
MAX_DEPENDENCY_DEPTH, MIN_DEPENDENCY_DEPTH

 

Method Summary
 java.lang.String getHost()
          Gets the name of the machine hosting the Runtime Repository.
 int getPort()
          Gets the port number of the database containing the Runtime Repository.
 java.lang.String getSchema()
          Gets the owning schema of the Runtime Repository.
 java.lang.String getServiceName()
          Gets the service name of the database containing the Runtime Repository.
 java.lang.String getUserName()
          Gets the user which you would like to connect to the Runtime Repository as.
 void setHost(java.lang.String value)
          Sets the name of the machine hosting the Runtime Repository.
 void setPort(int value)
          Sets the port number of the database containing the Runtime Repository.
 void setSchema(java.lang.String value)
          Sets the owning schema of the Runtime Repository.
 void setServiceName(java.lang.String value)
          Sets the service name of the database containing the Runtime Repository.
 void setUserName(java.lang.String value)
          Sets the user which you would like to connect to the Runtime Repository as.

 

Methods inherited from interface oracle.owb.environment.BaseLocation
getProject, getType, getVersion, setVersion

 

Methods inherited from interface oracle.owb.foundation.Folder
findChild, getContentTypes, getFolderContents, getFolderContentsOfType, isCascadeForSnapshot, lockShared, lockWithContents, reloadWithContents, setCascadeForSnapshot

 

Methods inherited from interface oracle.owb.foundation.Component
getOwningFolder, isReloadNeeded, lock, reload, unlock

 

Methods inherited from interface oracle.owb.foundation.OWBNamedObject
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName

 

Methods inherited from interface oracle.owb.metadatamgmt.changemgmt.Snapshotable
compare, compare, compare, compare, createSnapshot, createSnapshot, createSnapshotWithDependeeComponents, createSnapshotWithDependeeComponents, getSnapshots

 

Method Detail

getHost

public java.lang.String getHost()
Gets the name of the machine hosting the Runtime Repository.
Returns:
a String specifying the Host.
See Also:
setHost(java.lang.String)

setHost

public void setHost(java.lang.String value)
Sets the name of the machine hosting the Runtime Repository.
Parameters:
value - the name of the machine hosting the Runtime Repository.
See Also:
getHost()

getPort

public int getPort()
Gets the port number of the database containing the Runtime Repository.
Returns:
an int specifying the port number.
See Also:
setPort(int)

setPort

public void setPort(int value)
Sets the port number of the database containing the Runtime Repository.
Parameters:
value - an int specifying the port number.
See Also:
getPort()

getServiceName

public java.lang.String getServiceName()
Gets the service name of the database containing the Runtime Repository.
Returns:
a String specifying the service name.
See Also:
setServiceName(java.lang.String)

setServiceName

public void setServiceName(java.lang.String value)
Sets the service name of the database containing the Runtime Repository.
Parameters:
value - a String specifying the service name.
See Also:
getServiceName()

getUserName

public java.lang.String getUserName()
Gets the user which you would like to connect to the Runtime Repository as.
Returns:
a String specifying the user name.
See Also:
setUserName(java.lang.String)

setUserName

public void setUserName(java.lang.String value)
Sets the user which you would like to connect to the Runtime Repository as.
Parameters:
value - the name of the user.
See Also:
getUserName()

getSchema

public java.lang.String getSchema()
Gets the owning schema of the Runtime Repository.
Returns:
a String specifying the owning schema of the Runtime Repository.
See Also:
setSchema(java.lang.String)

setSchema

public void setSchema(java.lang.String value)
Sets the owning schema of the Runtime Repository.
Parameters:
value - the name of the schema which owns the Runtime Repository.
See Also:
getSchema()

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.