|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.jtopenlite.PortMapper
public class PortMapper
Connects to the System i Port Mapper host server (QSYSWRK/QZSOMAPD daemon job) listening on TCP port 449.
| Field Summary | |
|---|---|
static String |
COMMAND_SERVICE
Constant representing the System i Remote Command Host Server. |
static String |
DATABASE_SERVICE
Constant representing the System i Database Host Server. |
static String |
DDM_SERVICE
Constant representing the System i DDM/DRDA Host Server. |
static String |
FILE_SERVICE
Constant representing the System i File Host Server. |
static String |
SIGNON_SERVICE
Constant representing the System i Signon Host Server. |
| Method Summary | |
|---|---|
static int |
getPort(String system,
String service)
Issues a request to the Port Mapper host server on the specified system to determine the TCP/IP port the specified service is listening on. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SIGNON_SERVICE
public static final String COMMAND_SERVICE
public static final String DDM_SERVICE
public static final String FILE_SERVICE
public static final String DATABASE_SERVICE
| Method Detail |
|---|
public static int getPort(String system,
String service)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||