com.karmasphere.client.common
Class Client
java.lang.Object
com.karmasphere.client.common.Client
- Direct Known Subclasses:
- BQueryClient
public abstract class Client
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Client
public Client()
send
public abstract Object send(Query query)
throws IOException
- Throws:
IOException
recv
public abstract Response recv(Object id)
throws IOException
- Throws:
IOException
ask
public Response ask(Query query)
throws IOException
- Throws:
IOException
Copyright © 2004-2005 Karamsphere. All Rights Reserved.