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