org.jboss.aop.proxy
Class MarshalledClassProxy

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

public class MarshalledClassProxy
extends Object
implements Serializable

Comment

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

Constructor Summary
protected MarshalledClassProxy()
           
  MarshalledClassProxy(Class clazz, ProxyMixin[] mixins, InstanceAdvisor advisor)
           
 
Method Summary
 Object readResolve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshalledClassProxy

protected MarshalledClassProxy()

MarshalledClassProxy

public MarshalledClassProxy(Class clazz,
                            ProxyMixin[] mixins,
                            InstanceAdvisor advisor)
Method Detail

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException


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