org.jboss.aop.proxy.container
Class MarshalledProxy

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

public class MarshalledProxy
extends Object
implements Serializable

Version:
$Revision: 42857 $
Author:
Kabir Khan
See Also:
Serialized Form

Constructor Summary
MarshalledProxy()
           
MarshalledProxy(ContainerProxyCacheKey key, InstanceAdvisor instanceAdvisor)
           
 
Method Summary
 Object readResolve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshalledProxy

public MarshalledProxy()

MarshalledProxy

public MarshalledProxy(ContainerProxyCacheKey key,
                       InstanceAdvisor instanceAdvisor)
Method Detail

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException


Copyright © 2004 JBoss Inc. All Rights Reserved.