org.jboss.aop.proxy
Class ProxyMixin

java.lang.Object
  extended by org.jboss.aop.proxy.ProxyMixin
All Implemented Interfaces:
Serializable

public class ProxyMixin
extends Object
implements Serializable

Comment

Version:
$Revision: 37406 $
Author:
Bill Burke
See Also:
Serialized Form

Constructor Summary
protected ProxyMixin()
           
  ProxyMixin(Object mixin, Class[] interfaces)
           
 
Method Summary
 Class[] getInterfaces()
           
 Object getMixin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyMixin

protected ProxyMixin()

ProxyMixin

public ProxyMixin(Object mixin,
                  Class[] interfaces)
Method Detail

getMixin

public Object getMixin()

getInterfaces

public Class[] getInterfaces()


Copyright © 2004 JBoss Inc. All Rights Reserved.