org.kuali.rice.kew.rule.web
Class WebRuleResponsibility.DelegationRulesProxy
java.lang.Object
org.kuali.rice.kew.rule.web.WebRuleResponsibility.DelegationRulesProxy
- All Implemented Interfaces:
- Serializable, InvocationHandler
- Enclosing class:
- WebRuleResponsibility
private class WebRuleResponsibility.DelegationRulesProxy
- extends Object
- implements InvocationHandler, Serializable
Just a little dynamic proxy to keep us from establishing required state
on the delegation rules if they haven't been materialized from the
database yet (they are currenty proxied by OJB)
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
delegationRules
private List delegationRules
WebRuleResponsibility.DelegationRulesProxy
public WebRuleResponsibility.DelegationRulesProxy(List delegationRules)
invoke
public Object invoke(Object proxy,
Method m,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.