org.jboss.aop.proxy.container
Interface Delegate

All Known Implementing Classes:
ProxyTemplate

public interface Delegate

comment

Author:
Bill Burke

Method Summary
 Object getDelegate()
           
 void localUnmarshal(MarshalledContainerProxy proxy)
           
 void remoteUnmarshal(MarshalledContainerProxy proxy, MarshalledProxyAdvisor advisor)
           
 void setContainerProxyCacheKey(ContainerProxyCacheKey key)
           
 void setDelegate(Object delegate)
           
 

Method Detail

getDelegate

Object getDelegate()

setDelegate

void setDelegate(Object delegate)

setContainerProxyCacheKey

void setContainerProxyCacheKey(ContainerProxyCacheKey key)

localUnmarshal

void localUnmarshal(MarshalledContainerProxy proxy)

remoteUnmarshal

void remoteUnmarshal(MarshalledContainerProxy proxy,
                     MarshalledProxyAdvisor advisor)


Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.