站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

IClientContainer (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.proxy
Interface IClientContainer

All Known Implementing Classes:
ClientContainer

public interface IClientContainer

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

Version:
$Revision: 1.1.2.1 $
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

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

Returns:
ArrayList

setInterceptors

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

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

getInvocationContext

public 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.