public class ServiceContext extends HproseContext
| 限定符和类型 | 字段和说明 |
|---|---|
HproseClients |
clients |
| 限定符 | 构造器和说明 |
|---|---|
protected |
ServiceContext(HproseClients clients) |
| 限定符和类型 | 方法和说明 |
|---|---|
HproseMethods |
getMethods() |
HproseMethod |
getRemoteMethod() |
boolean |
isByref() |
boolean |
isMissingMethod() |
void |
setByref(boolean byref) |
void |
setMethods(HproseMethods methods) |
void |
setMissingMethod(boolean missingMethod) |
void |
setRemoteMethod(HproseMethod method) |
get, getBoolean, getByte, getDouble, getFloat, getInt, getLong, getShort, getString, getUserData, set, setBoolean, setByte, setDouble, setFloat, setInt, setLong, setShort, setStringpublic final HproseClients clients
protected ServiceContext(HproseClients clients)
public HproseMethod getRemoteMethod()
public void setRemoteMethod(HproseMethod method)
public HproseMethods getMethods()
public void setMethods(HproseMethods methods)
public boolean isMissingMethod()
public void setMissingMethod(boolean missingMethod)
public boolean isByref()
public void setByref(boolean byref)
Copyright © 2018. All rights reserved.