org.boris.xlloop
Class RequestExecutor
java.lang.Object
org.boris.xlloop.RequestExecutor
public class RequestExecutor
- extends java.lang.Object
A client for the request handler server.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestExecutor
public RequestExecutor(java.net.InetAddress add,
int port)
connect
public void connect()
throws java.io.IOException
- Throws:
java.io.IOException
disconnect
public void disconnect()
throws java.io.IOException
- Throws:
java.io.IOException
isConnected
public boolean isConnected()
execute
public XLoper execute(java.lang.String name,
XLoper[] args)
throws RequestException,
java.io.IOException
- Throws:
RequestException
java.io.IOException