org.smartcc.replay
Class RecordingInterceptor

java.lang.Object
  |
  +--org.smartcc.AbstractInterceptor
        |
        +--org.smartcc.replay.RecordingInterceptor
All Implemented Interfaces:
Interceptor

public class RecordingInterceptor
extends AbstractInterceptor


Field Summary
 
Fields inherited from class org.smartcc.AbstractInterceptor
next
 
Constructor Summary
RecordingInterceptor()
           
 
Method Summary
 java.lang.Object invoke(Invocation invocation)
          Perform some interceptor specific action and propagate the Invocation.
 
Methods inherited from class org.smartcc.AbstractInterceptor
configure, getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordingInterceptor

public RecordingInterceptor()
Method Detail

invoke

public java.lang.Object invoke(Invocation invocation)
                        throws java.lang.Throwable
Description copied from interface: Interceptor
Perform some interceptor specific action and propagate the Invocation.

Parameters:
invocation - the Invocation
Returns:
the result
java.lang.Throwable


Copyright © 2002 DC-TSS. All Rights Reserved.