|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.objectwave.socketClassServer.ObjectServerData
Object used by ObjectRunner to remotely launch an application.
ObjectRunner,
Serialized Form| Constructor Summary | |
ObjectServerData(java.net.InetAddress host,
int port,
java.lang.String className)
|
|
| Method Summary | |
java.net.InetAddress |
getHost()
Gets the Host attribute of the ObjectServerData object |
java.lang.String |
getHostName()
Gets the HostName attribute of the ObjectServerData object |
int |
getPort()
Gets the Port attribute of the ObjectServerData object |
java.lang.String |
getRequestClassName()
Gets the RequestClassName attribute of the ObjectServerData object |
static void |
main(java.lang.String[] args)
The first argument will be the app name, and the second is the ObjectServer host. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ObjectServerData(java.net.InetAddress host,
int port,
java.lang.String className)
host - The host of the object server.port - The port the objects are being served from on the object
server.className - A class that will be found by the object server that
implements runnable.| Method Detail |
public static void main(java.lang.String[] args)
args - The command line argumentspublic java.net.InetAddress getHost()
public java.lang.String getHostName()
public int getPort()
public java.lang.String getRequestClassName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||