org.ow2.carol.rmi.interceptor.api
Interface JClientRequestInfo

All Superinterfaces:
JRequestInfo

public interface JClientRequestInfo
extends JRequestInfo

Interface JClientRequestInfo is the CAROL JRMP Client Interception Information stucturs this class is used by the other package class to manage client interception

Version:
1.0, 15/07/2002
Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

Method Summary
 void addAllRequestServiceContext(java.util.Collection<JServiceContext> c)
          Add the all the request service context
 void addRequestServiceContext(JServiceContext jServiceContext)
          Add a JServicecontext
 
Methods inherited from interface org.ow2.carol.rmi.interceptor.api.JRequestInfo
clearAllContexts, getAllReplyServiceContext, getAllRequestServiceContext, getReplyServiceContext, getRequestServiceContext, hasContexts
 

Method Detail

addRequestServiceContext

void addRequestServiceContext(JServiceContext jServiceContext)
Add a JServicecontext

Parameters:
JServiceContext - the context to add
boolean - replace if true replace the existing service context

addAllRequestServiceContext

void addAllRequestServiceContext(java.util.Collection<JServiceContext> c)
Add the all the request service context

Parameters:
c - Services contexts


Copyright © 2008 OW2 Consortium. All Rights Reserved.