Interface IOperationListener<OPERATION extends IOperation,RESULT extends IOperationResult>
public interface IOperationListener<OPERATION extends IOperation,RESULT extends IOperationResult>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidafterOperation(IApplicationServerApi api, String sessionToken, OPERATION operation, RESULT result, RuntimeException runtimeException) voidbeforeOperation(IApplicationServerApi api, String sessionToken, OPERATION operation) voidsetup(Properties properties)
-
Field Details
-
LISTENER_PROPERTY_KEY
- See Also:
-
LISTENER_CLASS_KEY
- See Also:
-
-
Method Details
-
setup
-
beforeOperation
-
afterOperation
void afterOperation(IApplicationServerApi api, String sessionToken, OPERATION operation, RESULT result, RuntimeException runtimeException)
-