Adds objects in the contextual data map. The key of the object is its
array position.
Parameters: ic - contains attributes of invocation Parameters: objs - objects to add. method's invocation result throws: Exception - if invocation fails
checkBeanDescriptor
public static Object checkBeanDescriptor(InvocationContext ic) throws Exception(Code)
Checks if the bean descriptor is the same.
The first parameter of
the intercepted method must be a BeanDescriptor.
Parameters: ic - contains attributes of invocation method's invocation result throws: Exception - if invocation fails
Checks if the all objects exists in the contextual map.
Parameters: ic - contains attributes of invocation Parameters: objs - objects to check method's invocation result throws: Exception - if invocation fails
Checks if the all keys exists in the contextual data map.
Parameters: ic - contains attributes of invocation Parameters: keys - keys to check method's invocation result throws: Exception - if invocation fails
Clears the contextual map.
Parameters: ic - contains attributes of invocation method's invocation result throws: Exception - if invocation fails
getParametersArray
public static Object getParametersArray(InvocationContext ic) throws Exception(Code)
Returns an array of objects with the intercepted method parameters.
Parameters: ic - contains attributes of invocation method's invocation result throws: Exception - if invocation fails
isEmptyContextData
public static Object isEmptyContextData(InvocationContext ic) throws Exception(Code)
Checks if context data is empty.
Parameters: ic - contains attributes of invocation method's invocation result throws: Exception - if invocation fails
Modifies the objects passed as parameters.
Parameters: ic - contains attributes of invocation method's invocation result throws: Exception - if invocation fails
Sets null all intercepted method parameters.
Parameters: ic - contains attributes of invocation method's invocation result throws: Exception - if invocation fails