类 Gateway.Processor.refresh<I extends Gateway.Iface>
- java.lang.Object
-
- org.apache.thrift.ProcessFunction<I,Gateway.refresh_args>
-
- cool.taomu.framework.service.rpc.Gateway.Processor.refresh<I>
-
- 封闭类:
- Gateway.Processor<I extends Gateway.Iface>
public static class Gateway.Processor.refresh<I extends Gateway.Iface> extends org.apache.thrift.ProcessFunction<I,Gateway.refresh_args>
-
-
构造器概要
构造器 构造器 说明 refresh()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Gateway.refresh_argsgetEmptyArgsInstance()Gateway.refresh_resultgetResult(I iface, Gateway.refresh_args args)protected booleanisOneway()protected booleanrethrowUnhandledExceptions()
-
-
-
方法详细资料
-
getEmptyArgsInstance
public Gateway.refresh_args getEmptyArgsInstance()
- 指定者:
getEmptyArgsInstance在类中org.apache.thrift.ProcessFunction<I extends Gateway.Iface,Gateway.refresh_args>
-
isOneway
protected boolean isOneway()
- 指定者:
isOneway在类中org.apache.thrift.ProcessFunction<I extends Gateway.Iface,Gateway.refresh_args>
-
rethrowUnhandledExceptions
protected boolean rethrowUnhandledExceptions()
- 覆盖:
rethrowUnhandledExceptions在类中org.apache.thrift.ProcessFunction<I extends Gateway.Iface,Gateway.refresh_args>
-
getResult
public Gateway.refresh_result getResult(I iface, Gateway.refresh_args args) throws org.apache.thrift.TException
- 指定者:
getResult在类中org.apache.thrift.ProcessFunction<I extends Gateway.Iface,Gateway.refresh_args>- 抛出:
org.apache.thrift.TException
-
-