com.ibm.di.config.base
Class RemoteConfigURL

java.lang.Object
  extended by com.ibm.di.config.base.RemoteConfigURL
All Implemented Interfaces:
Serializable

Deprecated.

public class RemoteConfigURL
extends Object
implements Serializable

This class is not used anymore. It was used earlier to hold information needed to access configurations on a remote server.

See Also:
Serialized Form

Field Summary
static int DEFAULT_REMOTE_PORT
          Deprecated. The default remote port is defined as a property (api.remote.naming.port) or we use 1099.
static String REMOTE_URL_PROTOCOL
          Deprecated. The URL "protocol"
 
Constructor Summary
RemoteConfigURL(String path)
          Deprecated. RemoteConfigURL Constructor.
RemoteConfigURL(String ip, int port, String path)
          Deprecated.  
 
Method Summary
 String getConfigID()
          Deprecated. Gets the Config ID.
 String getConfigInstanceID()
          Deprecated. Method gets the Config Instance ID.
 String getFile()
          Deprecated. Gets the filename.
 String getHost()
          Deprecated. Gets the hostname.
 String getPath()
          Deprecated. Gets the path.
 int getPort()
          Deprecated. Gets the port.
 String getRMIConnectionURL()
          Deprecated. Method gets the RMI Connection URL.
 Session getSession()
          Deprecated. Method gets the current session information.
 String getUserInfo()
          Deprecated. Returns the userinfo
static boolean isRemoteConfigURL(String str)
          Deprecated.  
 boolean isSSLOn()
          Deprecated.  
 void setConfigID(String cID)
          Deprecated.  
 void setConfigInstanceID(String string)
          Deprecated.  
 void setPath(String path)
          Deprecated.  
 void setSession(Session session)
          Deprecated.  
 void setSSL(boolean ssl)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_REMOTE_PORT

public static final int DEFAULT_REMOTE_PORT
Deprecated. 
The default remote port is defined as a property (api.remote.naming.port) or we use 1099.


REMOTE_URL_PROTOCOL

public static final String REMOTE_URL_PROTOCOL
Deprecated. 
The URL "protocol"

See Also:
Constant Field Values
Constructor Detail

RemoteConfigURL

public RemoteConfigURL(String path)
                throws MalformedURLException
Deprecated. 
RemoteConfigURL Constructor.

Parameters:
path -
Throws:
MalformedURLException

RemoteConfigURL

public RemoteConfigURL(String ip,
                       int port,
                       String path)
                throws MalformedURLException
Deprecated. 
Parameters:
ip -
port -
path -
Throws:
MalformedURLException
Method Detail

isRemoteConfigURL

public static boolean isRemoteConfigURL(String str)
Deprecated. 

getHost

public String getHost()
Deprecated. 
Gets the hostname.

Returns:
Returns the hostname.

getPort

public int getPort()
Deprecated. 
Gets the port.

Returns:
Returns the port number.

getUserInfo

public String getUserInfo()
Deprecated. 
Returns the userinfo


getFile

public String getFile()
Deprecated. 
Gets the filename.

Returns:
Returns the filename.

setPath

public void setPath(String path)
             throws MalformedURLException
Deprecated. 
Parameters:
path -
Throws:
MalformedURLException

getPath

public String getPath()
Deprecated. 
Gets the path.

Returns:
Returns the path.

getRMIConnectionURL

public String getRMIConnectionURL()
Deprecated. 
Method gets the RMI Connection URL.

Returns:
A String containing the RMI connection URL.

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

getConfigID

public String getConfigID()
Deprecated. 
Gets the Config ID.

Returns:
A string containing the Config ID.

setConfigID

public void setConfigID(String cID)
Deprecated. 
Parameters:
cID -

isSSLOn

public boolean isSSLOn()
Deprecated. 

setSSL

public void setSSL(boolean ssl)
Deprecated. 

getConfigInstanceID

public String getConfigInstanceID()
Deprecated. 
Method gets the Config Instance ID.

Returns:
A String containing the ID of the Config Instance.

setConfigInstanceID

public void setConfigInstanceID(String string)
Deprecated. 
Parameters:
string - The Config instance ID.

getSession

public Session getSession()
                   throws DIException
Deprecated. 
Method gets the current session information.

Returns:
A Session containing the session information.
Throws:
DIException

setSession

public void setSession(Session session)
Deprecated. 
Parameters:
session - The session to set.