|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.config.base.RemoteConfigURL
public class RemoteConfigURL
This class is not used anymore. It was used earlier to hold information needed to access configurations on a remote server.
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 java.lang.String |
REMOTE_URL_PROTOCOL
Deprecated. The URL "protocol" |
Constructor Summary | |
---|---|
RemoteConfigURL(java.lang.String path)
Deprecated. RemoteConfigURL Constructor. |
|
RemoteConfigURL(java.lang.String ip,
int port,
java.lang.String path)
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getConfigID()
Deprecated. Gets the Config ID. |
java.lang.String |
getConfigInstanceID()
Deprecated. Method gets the Config Instance ID. |
java.lang.String |
getFile()
Deprecated. Gets the filename. |
java.lang.String |
getHost()
Deprecated. Gets the hostname. |
java.lang.String |
getPath()
Deprecated. Gets the path. |
int |
getPort()
Deprecated. Gets the port. |
java.lang.String |
getRMIConnectionURL()
Deprecated. Method gets the RMI Connection URL. |
Session |
getSession()
Deprecated. Method gets the current session information. |
java.lang.String |
getUserInfo()
Deprecated. Returns the userinfo |
static boolean |
isRemoteConfigURL(java.lang.String str)
Deprecated. |
boolean |
isSSLOn()
Deprecated. |
void |
setConfigID(java.lang.String cID)
Deprecated. |
void |
setConfigInstanceID(java.lang.String string)
Deprecated. |
void |
setPath(java.lang.String path)
Deprecated. |
void |
setSession(Session session)
Deprecated. |
void |
setSSL(boolean ssl)
Deprecated. |
java.lang.String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_REMOTE_PORT
public static final java.lang.String REMOTE_URL_PROTOCOL
Constructor Detail |
---|
public RemoteConfigURL(java.lang.String path) throws java.net.MalformedURLException
path
-
java.net.MalformedURLException
public RemoteConfigURL(java.lang.String ip, int port, java.lang.String path) throws java.net.MalformedURLException
ip
- port
- path
-
java.net.MalformedURLException
Method Detail |
---|
public static boolean isRemoteConfigURL(java.lang.String str)
public java.lang.String getHost()
public int getPort()
public java.lang.String getUserInfo()
public java.lang.String getFile()
public void setPath(java.lang.String path) throws java.net.MalformedURLException
path
-
java.net.MalformedURLException
public java.lang.String getPath()
public java.lang.String getRMIConnectionURL()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getConfigID()
public void setConfigID(java.lang.String cID)
cID
- public boolean isSSLOn()
public void setSSL(boolean ssl)
public java.lang.String getConfigInstanceID()
public void setConfigInstanceID(java.lang.String string)
string
- The Config instance ID.public Session getSession() throws DIException
DIException
public void setSession(Session session)
session
- The session to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |