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.Iface
TException
public void send_transferRequestQuery(R66Request request) throws TException
TException
public R66Result recv_transferRequestQuery() throws TException
TException
public R66Result infoTransferQuery(R66Request request) throws TException
infoTransferQuery
in interface R66Service.Iface
TException
public void send_infoTransferQuery(R66Request request) throws TException
TException
public R66Result recv_infoTransferQuery() throws TException
TException
public boolean isStillRunning(String fromuid, String touid, long tid) throws TException
isStillRunning
in interface R66Service.Iface
TException
public void send_isStillRunning(String fromuid, String touid, long tid) throws TException
TException
public boolean recv_isStillRunning() throws TException
TException
public List<String> infoListQuery(R66Request request) throws TException
infoListQuery
in interface R66Service.Iface
TException
public void send_infoListQuery(R66Request request) throws TException
TException
Copyright © 2009–2020 Waarp. All rights reserved.