org.apache.blur.thirdparty.thrift_0_9_0.async
Class TAsyncClientManager

java.lang.Object
  extended by org.apache.blur.thirdparty.thrift_0_9_0.async.TAsyncClientManager

public class TAsyncClientManager
extends Object

Contains selector thread which transitions method call objects


Constructor Summary
TAsyncClientManager()
           
 
Method Summary
 void call(TAsyncMethodCall method)
           
 boolean isRunning()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TAsyncClientManager

public TAsyncClientManager()
                    throws IOException
Throws:
IOException
Method Detail

call

public void call(TAsyncMethodCall method)
          throws TException
Throws:
TException

stop

public void stop()

isRunning

public boolean isRunning()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.