org.jboss.aop.proxy.container
Class ProxyTemplate

java.lang.Object
  extended by 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

Constructor Summary
ProxyTemplate()
           
 
Method Summary
 Advisor getAdvisor()
           
 Object getDelegate()
           
 void setAdvisor(Advisor advisor)
           
 void setDelegate(Object delegate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyTemplate

public ProxyTemplate()
Method Detail

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.