|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--springs.communication.sockets.SocketAgentSender
An agent sender implemented using sockets.
Constructor Summary | |
SocketAgentSender()
|
Method Summary | |
static boolean |
sendAgent(java.lang.String host,
int port,
springs.agent.SpringsAgent agent)
This method sends to a certain port in a certain machine the object that is passed to the method as an argument. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SocketAgentSender()
Method Detail |
public static boolean sendAgent(java.lang.String host, int port, springs.agent.SpringsAgent agent) throws java.io.IOException
host
- the target host.port
- the target port.agent
- the agent.
java.io.IOException
- if error.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |