edu.stolaf.cs.wmrserver.thrift
Class JobService.AsyncClient.Factory

java.lang.Object
  extended by edu.stolaf.cs.wmrserver.thrift.JobService.AsyncClient.Factory
All Implemented Interfaces:
org.apache.thrift.async.TAsyncClientFactory<JobService.AsyncClient>
Enclosing class:
JobService.AsyncClient

public static class JobService.AsyncClient.Factory
extends java.lang.Object
implements org.apache.thrift.async.TAsyncClientFactory<JobService.AsyncClient>


Constructor Summary
JobService.AsyncClient.Factory(org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.protocol.TProtocolFactory protocolFactory)
           
 
Method Summary
 JobService.AsyncClient getAsyncClient(org.apache.thrift.transport.TNonblockingTransport transport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobService.AsyncClient.Factory

public JobService.AsyncClient.Factory(org.apache.thrift.async.TAsyncClientManager clientManager,
                                      org.apache.thrift.protocol.TProtocolFactory protocolFactory)
Method Detail

getAsyncClient

public JobService.AsyncClient getAsyncClient(org.apache.thrift.transport.TNonblockingTransport transport)
Specified by:
getAsyncClient in interface org.apache.thrift.async.TAsyncClientFactory<JobService.AsyncClient>