flux.audittrail.client
Interface EnteringCallEvent

All Superinterfaces:
AbstractAuditTrailEvent, AbstractCallEvent

public interface EnteringCallEvent
extends AbstractCallEvent

Logged to the audit trail when a client API call starts.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 java.lang.Object[] getMethodArguments()
          Returns the arguments, possibly none, to the client API call.
 
Methods inherited from interface flux.audittrail.client.AbstractCallEvent
getMethodName, getMethodParameterTypes, getResultType, getUsername
 
Methods inherited from interface flux.audittrail.AbstractAuditTrailEvent
getEngineName, getName
 

Method Detail

getMethodArguments

java.lang.Object[] getMethodArguments()
Returns the arguments, possibly none, to the client API call. Does not return null.

Returns:
The arguments, possibly none, to the client API call.


© 2014 Flux Corporation. All rights reserved.