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

All Superinterfaces:
JRequestInfo

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 addAllReplyServiceContext(java.util.Collection<JServiceContext> c)
          Add the all the reply service context
 void addReplyServiceContext(JServiceContext jServiceContext)
          add a JServicecontext
 
Methods inherited from interface org.ow2.carol.rmi.interceptor.api.JRequestInfo
clearAllContexts, getAllReplyServiceContext, getAllRequestServiceContext, getReplyServiceContext, getRequestServiceContext, hasContexts
 

Method Detail

addReplyServiceContext

void addReplyServiceContext(JServiceContext jServiceContext)
add a JServicecontext

Parameters:
JServiceContext - the context to add

addAllReplyServiceContext

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

Parameters:
c - Services contexts


Copyright © 2008 OW2 Consortium. All Rights Reserved.