org.jboss.aop.proxy
Interface ClassProxy

All Superinterfaces:
InstanceAdvised
All Known Implementing Classes:
ClassProxyTemplate

public interface ClassProxy
extends InstanceAdvised

Version:
$Revision: 1.6 $
Author:
Bill Burke

Method Summary
 InvocationResponse _dynamicInvoke(Invocation invocation)
           
 void setMixins(ProxyMixin[] mixins)
           
 
Methods inherited from interface org.jboss.aop.InstanceAdvised
_getInstanceAdvisor, _setInstanceAdvisor
 

Method Detail

_dynamicInvoke

public InvocationResponse _dynamicInvoke(Invocation invocation)
                                  throws Throwable
Throws:
Throwable

setMixins

public void setMixins(ProxyMixin[] mixins)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.