|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpaceRemotingInvocation
Represents a remote invocation. Holds invocation values such as the getLookupName()
and getMethodName()
.
Method Summary | |
---|---|
Object[] |
getArguments()
The arguments for the service method execution. |
String |
getLookupName()
The lookup name of the service. |
Object[] |
getMetaArguments()
Meta arguments that can be passed as part of the invocation. |
String |
getMethodName()
The method name of the service that will be executed. |
Integer |
getRouting()
Routing field controls the partition the invocation will be directed to when working with a partitioned space. |
Method Detail |
---|
String getLookupName()
String getMethodName()
Object[] getArguments()
Object[] getMetaArguments()
Integer getRouting()
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |