org.prevayler.contrib.facade
Class AbstractProxy

java.lang.Object
  extended by org.prevayler.contrib.facade.AbstractProxy
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProxyQuery, ProxyTransaction, ProxyTransactionWithQuery

public abstract class AbstractProxy
extends Object
implements Serializable

Since:
0_1
Author:
Jay Sachs [jay@contravariant.org], Jacob Kjome [hoju@visi.com]
See Also:
Serialized Form

Constructor Summary
protected AbstractProxy(Method p_method, Object[] p_args, TransactionHint p_hint)
           
 
Method Summary
protected  Object execute(Object p_prevalentSystem, Date p_timestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractProxy

protected AbstractProxy(Method p_method,
                        Object[] p_args,
                        TransactionHint p_hint)
Since:
0_2
Method Detail

execute

protected Object execute(Object p_prevalentSystem,
                         Date p_timestamp)
                  throws Exception
Throws:
Exception
Since:
0_2


Copyright © 2001-2013. All Rights Reserved.