|
|||||||||||
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 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 |
---|
public static final int DEFAULT_REMOTE_PORT
public static final String REMOTE_URL_PROTOCOL
Constructor Detail |
---|
public RemoteConfigURL(String path) throws MalformedURLException
path
-
MalformedURLException
public RemoteConfigURL(String ip, int port, String path) throws MalformedURLException
ip
- port
- path
-
MalformedURLException
Method Detail |
---|
public static boolean isRemoteConfigURL(String str)
public String getHost()
public int getPort()
public String getUserInfo()
public String getFile()
public void setPath(String path) throws MalformedURLException
path
-
MalformedURLException
public String getPath()
public String getRMIConnectionURL()
public String toString()
toString
in class Object
public String getConfigID()
public void setConfigID(String cID)
cID
- public boolean isSSLOn()
public void setSSL(boolean ssl)
public String getConfigInstanceID()
public void setConfigInstanceID(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 |