|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ESServerCallObserver
| Method Summary | |
|---|---|
void |
notifyPostServerCallExecution(Method method,
Object[] args,
Object result)
Notify the observer about a server call execution AFTER it occurred. |
void |
notifyPreServerCallExecution(Method method,
Object[] args)
Notify the observer about a server call execution BEFORE it actually occurred. |
void |
notifyServerCallExecutionESExceptionFailure(Method method,
Object[] args,
ESException exception)
Notify the observer about a server call execution failure with a EMFStore specific exception. |
void |
notifyServerCallExecutionRuntimeExceptionFailure(Method method,
Object[] args,
RuntimeException runtimeException)
Notify the observer about a server call execution failure with a runtime exception. |
| Method Detail |
|---|
void notifyPreServerCallExecution(Method method,
Object[] args)
method - the called server method in EMFStoreargs - the method arguments.
void notifyServerCallExecutionRuntimeExceptionFailure(Method method,
Object[] args,
RuntimeException runtimeException)
method - the called server method in EMFStoreargs - the method arguments.runtimeException - the runtime exception that occurred
void notifyServerCallExecutionESExceptionFailure(Method method,
Object[] args,
ESException exception)
method - the called server method in EMFStoreargs - the method arguments.exception - the EMFStore specific exception that occurred
void notifyPostServerCallExecution(Method method,
Object[] args,
Object result)
method - the called server method in EMFStoreargs - the method arguments.result - the result
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||