org.apache.thrift.async
Class TAsyncMethodCall<T extends TAsyncMethodCall>

java.lang.Object
  extended by org.apache.thrift.async.TAsyncMethodCall<T>
Type Parameters:
T -

public abstract class TAsyncMethodCall<T extends TAsyncMethodCall>
extends java.lang.Object

Encapsulates an async method call Need to generate: - private void write_args(TProtocol protocol) - public T getResult() throws , , ...


Nested Class Summary
static class TAsyncMethodCall.State
           
 
Method Summary
 TAsyncClient getClient()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClient

public TAsyncClient getClient()


Copyright © 2010. All Rights Reserved.