jasco.runtime.cache
Class OneBeforeAfter

java.lang.Object
  extended by jasco.runtime.cache.OneBeforeAfter
All Implemented Interfaces:
CombinedHooks

public final class OneBeforeAfter
extends java.lang.Object
implements CombinedHooks


Constructor Summary
OneBeforeAfter(java.util.Vector hooks)
           
 
Method Summary
 java.lang.Object invoke(JascoMethod method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneBeforeAfter

public OneBeforeAfter(java.util.Vector hooks)
Method Detail

invoke

public java.lang.Object invoke(JascoMethod method)
                        throws java.lang.Exception
Specified by:
invoke in interface CombinedHooks
Throws:
java.lang.Exception