|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IServiceInvoker
Interface for objects that execute service calls (remote calls from client).
| Method Summary | |
|---|---|
boolean |
invoke(IServiceCall call,
IScope scope)
Execute the passed service call in the given scope. |
boolean |
invoke(IServiceCall call,
Object service)
Execute the passed service call in the given object. |
| Method Detail |
|---|
boolean invoke(IServiceCall call,
IScope scope)
call - the call to invokescope - the scope to search for a handler
true if the call was performed, otherwise false
boolean invoke(IServiceCall call,
Object service)
call - the call to invokeservice - the service to use
true if the call was performed, otherwise false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||