Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


oracle.odi.domain.topology
Class OdiRepositoryServer

java.lang.Object
  extended by oracle.odi.domain.support.BusinessObject
      extended by oracle.odi.domain.support.AbstractRepositoryEntity
          extended by oracle.odi.domain.support.AbstractOdiEntity
              extended by oracle.odi.domain.topology.AbstractOdiDataServer
                  extended by oracle.odi.domain.topology.OdiRepositoryServer

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, IMasterOdiEntity, IOdiEntity, IRepositoryEntity

public final class OdiRepositoryServer
extends AbstractOdiDataServer
implements IMasterOdiEntity

An OdiRepositoryServer.

Subclass AbstractOdiDataServer. Only supports AbstractOdiDataServer.JdbcSettings.

Since:
11.1.1.3.0
See Also:
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.odi.domain.topology.AbstractOdiDataServer
AbstractOdiDataServer.Axis2DeploymentSettings, AbstractOdiDataServer.DirectoryDeploymentSettings, AbstractOdiDataServer.FtpDeploymentSettings, AbstractOdiDataServer.IConnectionSettings, AbstractOdiDataServer.JdbcSettings, AbstractOdiDataServer.JndiSettings, AbstractOdiDataServer.WsContainerSettings

 

Field Summary

 

Fields inherited from class oracle.odi.domain.support.AbstractOdiEntity
STARTING_INTERNAL_VERSION

 

Method Summary
 AbstractOdiDataServer.IConnectionSettings getConnectionSettings()
          Returns the AbstractOdiDataServer.IConnectionSettings defined for this data server.
 java.lang.String getName()
          Returns the name of this entity instance.
 void setConnectionSettings(AbstractOdiDataServer.IConnectionSettings pSettings)
          Defines the connection settings for this AbstractOdiDataServer.

 

Methods inherited from class oracle.odi.domain.topology.AbstractOdiDataServer
getDataServerId, getInternalId, getPassword, getSecurityContainer, getUsername, setPassword, setUsername

 

Methods inherited from class oracle.odi.domain.support.AbstractOdiEntity
equals, getFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, hashCode, isInstanceLevelSecurityNeeded, isNew, toString

 

Methods inherited from class oracle.odi.domain.support.BusinessObject
clone

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface oracle.odi.domain.IOdiEntity
getFirstDate, getFirstUser, getLastDate, getLastUser, isInstanceLevelSecurityNeeded

 

Methods inherited from interface oracle.odi.domain.IRepositoryEntity
getInternalId, getSecurityContainer

 

Method Detail

setConnectionSettings

public void setConnectionSettings(AbstractOdiDataServer.IConnectionSettings pSettings)
Description copied from class: AbstractOdiDataServer
Defines the connection settings for this AbstractOdiDataServer.
Specified by:
setConnectionSettings in class AbstractOdiDataServer
Parameters:
pSettings - the connection settings of this data server
See Also:
getConnectionSettings()

getConnectionSettings

public AbstractOdiDataServer.IConnectionSettings getConnectionSettings()
Description copied from class: AbstractOdiDataServer
Returns the AbstractOdiDataServer.IConnectionSettings defined for this data server.
Specified by:
getConnectionSettings in class AbstractOdiDataServer
Returns:
connection settings
See Also:
AbstractOdiDataServer.setConnectionSettings(IConnectionSettings)

getName

public java.lang.String getName()
Description copied from interface: IOdiEntity
Returns the name of this entity instance.
Specified by:
getName in interface IOdiEntity
Overrides:
getName in class oracle.odi.domain.support.AbstractOdiEntity
Returns:
the name

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.