Class DwrSecurityListener
java.lang.Object
ch.tocco.nice2.netui.impl.security.DwrSecurityListener
- All Implemented Interfaces:
ServicePointListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterMethodInvocation
(UUID invocationUuid, Method method, @Nullable Exception exception) Called after a 'remote service' method was executed (even when an exception was thrown).void
beforeMethodInvocation
(UUID invocationUuid, Method method, Object[] params) Called before a 'remote service' method is executed.
-
Constructor Details
-
DwrSecurityListener
-
-
Method Details
-
beforeMethodInvocation
Description copied from interface:ServicePointListener
Called before a 'remote service' method is executed.- Specified by:
beforeMethodInvocation
in interfaceServicePointListener
- Parameters:
invocationUuid
- a unique id that identifies this method call
-
afterMethodInvocation
public void afterMethodInvocation(UUID invocationUuid, Method method, @Nullable @Nullable Exception exception) Description copied from interface:ServicePointListener
Called after a 'remote service' method was executed (even when an exception was thrown).- Specified by:
afterMethodInvocation
in interfaceServicePointListener
-