org.boris.xlloop
Class RequestExecutor

java.lang.Object
  extended by org.boris.xlloop.RequestExecutor

public class RequestExecutor
extends java.lang.Object

A client for the request handler server.


Constructor Summary
RequestExecutor(java.net.InetAddress add, int port)
           
 
Method Summary
 void connect()
           
 void disconnect()
           
 XLoper execute(java.lang.String name, XLoper[] args)
           
 boolean isConnected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestExecutor

public RequestExecutor(java.net.InetAddress add,
                       int port)
Method Detail

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