com.karmasphere.client.common
Class Client

java.lang.Object
  extended by com.karmasphere.client.common.Client
Direct Known Subclasses:
BQueryClient

public abstract class Client
extends Object


Constructor Summary
Client()
           
 
Method Summary
 Response ask(Query query)
           
abstract  Response recv(Object id)
           
abstract  Object send(Query query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

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.