public class MarshalledContainerProxy extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static org.jboss.util.id.GUID |
GUID |
Constructor and Description |
---|
MarshalledContainerProxy(AspectManaged proxyInstance,
ContainerProxyCacheKey key,
Object[] mixins,
Object delegate,
Advisor currentAdvisor,
SimpleMetaData metadata) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getClazz() |
Object |
getDelegate() |
String |
getInstanceAdvisorDomainName() |
protected String[] |
getIntroducedInterfaces() |
ContainerProxyCacheKey |
getKey() |
SimpleMetaData |
getMetadata() |
Object[] |
getMixins() |
protected Set<String> |
getTargetInterfaces() |
Object |
readResolve() |
public MarshalledContainerProxy(AspectManaged proxyInstance, ContainerProxyCacheKey key, Object[] mixins, Object delegate, Advisor currentAdvisor, SimpleMetaData metadata)
public Object readResolve() throws ObjectStreamException
ObjectStreamException
public ContainerProxyCacheKey getKey()
public Object[] getMixins()
public Object getDelegate()
public Class<?> getClazz()
public SimpleMetaData getMetadata()
public String getInstanceAdvisorDomainName()
protected String[] getIntroducedInterfaces()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.