Interface ServicePointListener
- All Known Implementing Classes:
DwrSecurityListener
,MetricsServicePointListener
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterMethodInvocation
(UUID invocationUuid, Method method, @Nullable Exception exception) Deprecated.Called after a 'remote service' method was executed (even when an exception was thrown).void
beforeMethodInvocation
(UUID invocationUuid, Method method, Object[] params) Deprecated.Called before a 'remote service' method is executed.
-
Method Details
-
beforeMethodInvocation
Deprecated.Called before a 'remote service' method is executed.- Parameters:
invocationUuid
- a unique id that identifies this method call
-
afterMethodInvocation
void afterMethodInvocation(UUID invocationUuid, Method method, @Nullable @Nullable Exception exception) Deprecated.Called after a 'remote service' method was executed (even when an exception was thrown).
-