org.objectweb.carol.rmi.jrmp.interceptor

Interface JServerRequestInfo

All Superinterfaces:
JRequestInfo
Known Implementing Classes:
JRMPServerRequestInfoImpl

public interface JServerRequestInfo
extends JRequestInfo

Interface JServerRequestInfo is the CAROL JServerRequestInfo this inetrface describe the server interceptor information structur

Version:
1.0, 15/07/2002

Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

Method Summary

void
add_all_reply_service_context(Collection c)
Add the all the reply service context
void
add_reply_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 Details

add_all_reply_service_context

public void add_all_reply_service_context(Collection c)
Add the all the reply service context

Parameters:
c - Services contexts


add_reply_service_context

public void add_reply_service_context(JServiceContext jServiceContext)
add a JServicecontext

Parameters: