|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.tu_darmstadt.sp.example.RMIClient
Class RMIClient sends a messaga to a RMI server.
Constructor Summary | |
RMIClient()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Send a message to a RMIServer. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RMIClient()
Method Detail |
public static void main(java.lang.String[] args) throws java.lang.Exception
This information is needed to create and istall a
RMISecureSocketFactory
. After the call, the connection
information (peer,cryptographic information, etc. is displayed).
The command expects two arguments, server-name
and
message
. The sever bound to the given name
at the local naming service will be sent a message.
rmiserver server-name message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |