org.jboss.aop.proxy.container
Class ProxyTemplate
java.lang.Object
org.jboss.aop.proxy.container.ProxyTemplate
- All Implemented Interfaces:
- AspectManaged, Delegate
- public class ProxyTemplate
- extends Object
- implements Delegate, AspectManaged
- Version:
- $Revision: 1.4 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyTemplate
public ProxyTemplate()
getDelegate
public Object getDelegate()
- Specified by:
getDelegate
in interface Delegate
setDelegate
public void setDelegate(Object delegate)
- Specified by:
setDelegate
in interface Delegate
getAdvisor
public Advisor getAdvisor()
- Specified by:
getAdvisor
in interface AspectManaged
setAdvisor
public void setAdvisor(Advisor advisor)
- Specified by:
setAdvisor
in interface AspectManaged
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.