Skip navigation links

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

E17060-04


oracle.odi.domain.topology
Class AbstractOdiDataServer.DirectoryDeploymentSettings

java.lang.Object
  extended by oracle.odi.domain.topology.AbstractOdiDataServer.WsContainerSettings
      extended by oracle.odi.domain.topology.AbstractOdiDataServer.DirectoryDeploymentSettings

All Implemented Interfaces:
AbstractOdiDataServer.IConnectionSettings
Enclosing class:
AbstractOdiDataServer

public static class AbstractOdiDataServer.DirectoryDeploymentSettings
extends AbstractOdiDataServer.WsContainerSettings

Subclass of AbstractOdiDataServer.WsContainerSettings. Hold deployment metadata related to directory deployment type.

Since:
11.1.1.3.0

Constructor Summary
AbstractOdiDataServer.DirectoryDeploymentSettings(java.lang.String pWsBaseUrl, java.lang.String pDeploymentPath)
          Create a new AbstractOdiDataServer.DirectoryDeploymentSettings.

 

Method Summary
 java.lang.String getDeploymentPath()
          Obtains deployment path.

 

Methods inherited from class oracle.odi.domain.topology.AbstractOdiDataServer.WsContainerSettings
getWsBaseUrl

 

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

 

Constructor Detail

AbstractOdiDataServer.DirectoryDeploymentSettings

public AbstractOdiDataServer.DirectoryDeploymentSettings(java.lang.String pWsBaseUrl,
                                                         java.lang.String pDeploymentPath)
Create a new AbstractOdiDataServer.DirectoryDeploymentSettings.
Parameters:
pWsBaseUrl - base URL of web service
pDeploymentPath - deployment path

Method Detail

getDeploymentPath

public java.lang.String getDeploymentPath()
Obtains deployment path.
Returns:
path

Skip navigation links

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

E17060-04


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