|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
RuntimeRepository represents the information needed to connect
to a Runtime Repository.
| 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 |
public java.lang.String getHost()
setHost(java.lang.String)public void setHost(java.lang.String value)
value - the name of the machine hosting the Runtime Repository.getHost()public int getPort()
setPort(int)public void setPort(int value)
value - an int specifying the port number.getPort()public java.lang.String getServiceName()
setServiceName(java.lang.String)public void setServiceName(java.lang.String value)
value - a String specifying the service name.getServiceName()public java.lang.String getUserName()
setUserName(java.lang.String)public void setUserName(java.lang.String value)
value - the name of the user.getUserName()public java.lang.String getSchema()
setSchema(java.lang.String)public void setSchema(java.lang.String value)
value - the name of the schema which owns the Runtime Repository.getSchema()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||