org.jboss.aop.proxy.container
Class MarshalledContainerProxy
java.lang.Object
org.jboss.aop.proxy.container.MarshalledContainerProxy
- All Implemented Interfaces:
- Serializable
public class MarshalledContainerProxy
- extends Object
- implements Serializable
- Version:
- $Revision: 1.1 $
- Author:
- Kabir Khan
- See Also:
- Serialized Form
Field Summary |
static org.jboss.util.id.GUID |
GUID
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GUID
public static final org.jboss.util.id.GUID GUID
MarshalledContainerProxy
public MarshalledContainerProxy(AspectManaged proxyInstance,
ContainerProxyCacheKey key,
Object[] mixins,
Object delegate,
Advisor currentAdvisor,
SimpleMetaData metadata)
readResolve
public Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
getKey
public ContainerProxyCacheKey getKey()
getMixins
public Object[] getMixins()
getDelegate
public Object getDelegate()
getClazz
public Class<?> getClazz()
getMetadata
public SimpleMetaData getMetadata()
getInstanceAdvisorDomainName
public String getInstanceAdvisorDomainName()
getIntroducedInterfaces
protected String[] getIntroducedInterfaces()
getTargetInterfaces
protected Set<String> getTargetInterfaces()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.