invoke(PersistentTransaction pt) Performs the actual logic associated with the interceptor.
Should contain atomic logic, i.e., does not assumes input or output of other interceptors in the chain.
Parameters: pt - The PersistentTransaction object, on which the Interceptor is to be executed. throws: UOWException - if any error occurs.
Performs the actual logic associated with the interceptor.
Should contain atomic logic, i.e., does not assumes input or output of other interceptors in the chain.
Parameters: pt - The PersistentTransaction object, on which the Interceptor is to be executed. throws: UOWException - if any error occurs. the output from the next Interceptor in the chain.