org.jboss.proxy
Interface IClientContainer

All Known Implementing Classes:
ClientContainerEx

public interface IClientContainer

An interface implemented by the ClientContainer to provide access to the client proxy interceptors and InvocationContext.

Version:
$Revision: 57209 $
Author:
Scott.Stark@jboss.org

Method Summary
 ArrayList getInterceptors()
          Access a copy of the proxy container interceptor stack.
 InvocationContext getInvocationContext()
          Access the InvocationContext associated with the proxy by the server side proxy factory.
 void setInterceptors(ArrayList interceptors)
          Set the proxy container interceptor stack.
 

Method Detail

getInterceptors

ArrayList getInterceptors()
Access a copy of the proxy container interceptor stack.

Returns:
ArrayList

setInterceptors

void setInterceptors(ArrayList interceptors)
Set the proxy container interceptor stack.

Parameters:
interceptors - - ArrayList to install as the new interceptor stack

getInvocationContext

InvocationContext getInvocationContext()
Access the InvocationContext associated with the proxy by the server side proxy factory. The contents of this will depend on the proxy factory.

Returns:
The proxy creation time InvocationContext


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