|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKServiceRMIConstant
Constructor Summary | |
DKServiceRMIConstant()
|
Method Summary | |
static java.lang.String |
getRemoteHost()
Gets the remote RMI server host name |
static int |
getRemotePort()
Gets the remote RMI server port number |
static java.net.URL |
getURL()
Gets the URL that has the RMI server information |
static void |
setRemoteHost(java.lang.String rHost)
Sets the remote RMI server host name |
static void |
setRemotePort(int rPort)
Sets the remote RMI server port number |
static void |
setURL(java.lang.String urlString)
Sets the URL that has the RMI server information |
static void |
setURL(java.net.URL url)
Sets the URL that has the RMI server information |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKServiceRMIConstant()
Method Detail |
public static void setRemoteHost(java.lang.String rHost)
rHost
- host namepublic static java.lang.String getRemoteHost()
public static void setRemotePort(int rPort)
rPort
- remote port numberpublic static int getRemotePort()
public static void setURL(java.net.URL url)
url
- URL objectpublic static void setURL(java.lang.String urlString) throws java.lang.Exception
urlString
- URL stringpublic static java.net.URL getURL()
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |