
public static class R66Service.Client extends TServiceClient implements R66Service.Iface
| Modifier and Type | Class and Description |
|---|---|
static class |
R66Service.Client.Factory |
| Constructor and Description |
|---|
Client(TProtocol prot) |
Client(TProtocol iprot,
TProtocol oprot) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
infoListQuery(R66Request request) |
R66Result |
infoTransferQuery(R66Request request) |
boolean |
isStillRunning(String fromuid,
String touid,
long tid) |
List<String> |
recv_infoListQuery() |
R66Result |
recv_infoTransferQuery() |
boolean |
recv_isStillRunning() |
R66Result |
recv_transferRequestQuery() |
void |
send_infoListQuery(R66Request request) |
void |
send_infoTransferQuery(R66Request request) |
void |
send_isStillRunning(String fromuid,
String touid,
long tid) |
void |
send_transferRequestQuery(R66Request request) |
R66Result |
transferRequestQuery(R66Request request) |
public Client(TProtocol prot)
public Client(TProtocol iprot,
TProtocol oprot)
public R66Result transferRequestQuery(R66Request request) throws TException
transferRequestQuery in interface R66Service.IfaceTExceptionpublic void send_transferRequestQuery(R66Request request) throws TException
TExceptionpublic R66Result recv_transferRequestQuery() throws TException
TExceptionpublic R66Result infoTransferQuery(R66Request request) throws TException
infoTransferQuery in interface R66Service.IfaceTExceptionpublic void send_infoTransferQuery(R66Request request) throws TException
TExceptionpublic R66Result recv_infoTransferQuery() throws TException
TExceptionpublic boolean isStillRunning(String fromuid, String touid, long tid) throws TException
isStillRunning in interface R66Service.IfaceTExceptionpublic void send_isStillRunning(String fromuid, String touid, long tid) throws TException
TExceptionpublic boolean recv_isStillRunning()
throws TException
TExceptionpublic List<String> infoListQuery(R66Request request) throws TException
infoListQuery in interface R66Service.IfaceTExceptionpublic void send_infoListQuery(R66Request request) throws TException
TExceptionCopyright © 2009–2020 Waarp. All rights reserved.