|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Invocation
Invocation. (API, Prototype, NonThreadSafe)
Invoker.invoke(Invocation)
,
RpcInvocation
Method Summary | |
---|---|
Object[] |
getArguments()
get arguments. |
String |
getAttachment(String key)
get attachment by key. |
String |
getAttachment(String key,
String defaultValue)
get attachment by key with default value. |
Map<String,String> |
getAttachments()
get attachments. |
Invoker<?> |
getInvoker()
get the invoker in current context. |
String |
getMethodName()
get method name. |
Class<?>[] |
getParameterTypes()
get parameter types. |
Method Detail |
---|
String getMethodName()
Class<?>[] getParameterTypes()
Object[] getArguments()
Map<String,String> getAttachments()
String getAttachment(String key)
String getAttachment(String key, String defaultValue)
Invoker<?> getInvoker()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |