org.objectweb.carol.rmi.jrmp.interceptor
Interface JClientRequestInfo

All Superinterfaces:
JRequestInfo
All Known Implementing Classes:
JRMPClientRequestInfoImpl

public interface JClientRequestInfo
extends JRequestInfo

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

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

Method Summary
 void add_all_request_service_context(java.util.Collection c)
          Add the all the request service context
 void add_request_service_context(JServiceContext jServiceContext)
          Add a JServicecontext
 
Methods inherited from interface org.objectweb.carol.rmi.jrmp.interceptor.JRequestInfo
clearAllContexts, get_all_reply_service_context, get_all_request_service_context, get_reply_service_context, get_request_service_context, hasContexts
 

Method Detail

add_request_service_context

void add_request_service_context(JServiceContext jServiceContext)
Add a JServicecontext

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

add_all_request_service_context

void add_all_request_service_context(java.util.Collection c)
Add the all the request service context

Parameters:
c - Services contexts