public final class InvokeSettings extends Object
构造器和说明 |
---|
InvokeSettings() |
限定符和类型 | 方法和说明 |
---|---|
void |
copyFrom(InvokeSettings settings) |
HproseResultMode |
getMode() |
int |
getRetry() |
Type |
getReturnType() |
int |
getTimeout() |
Map<String,Object> |
getUserData() |
boolean |
isAsync() |
boolean |
isByref() |
boolean |
isFailswitch() |
boolean |
isIdempotent() |
boolean |
isOneway() |
boolean |
isSimple() |
void |
setAsync(boolean async) |
void |
setByref(boolean byRef) |
void |
setFailswitch(boolean failswitch) |
void |
setIdempotent(boolean idempotent) |
void |
setMode(HproseResultMode mode) |
void |
setOneway(boolean oneway) |
void |
setRetry(int retry) |
void |
setReturnType(Type type) |
void |
setSimple(boolean simple) |
void |
setTimeout(int timeout) |
void |
setUserData(Map<String,Object> userdata) |
public HproseResultMode getMode()
public void setMode(HproseResultMode mode)
public boolean isByref()
public void setByref(boolean byRef)
public boolean isSimple()
public void setSimple(boolean simple)
public boolean isIdempotent()
public void setIdempotent(boolean idempotent)
public boolean isFailswitch()
public void setFailswitch(boolean failswitch)
public int getRetry()
public void setRetry(int retry)
public int getTimeout()
public void setTimeout(int timeout)
public boolean isOneway()
public void setOneway(boolean oneway)
public Type getReturnType()
public void setReturnType(Type type)
public boolean isAsync()
public void setAsync(boolean async)
public void copyFrom(InvokeSettings settings)
Copyright © 2016. All rights reserved.