org.objectweb.carol.rmi.jrmp.interceptor
Class JRMPServerRequestInfoImpl
java.lang.Object
org.objectweb.carol.rmi.jrmp.interceptor.JRMPServerRequestInfoImpl
- JRequestInfo, JServerRequestInfo
public class JRMPServerRequestInfoImpl
extends java.lang.Object
Class JRMPServerRequestInfoImpl
is the CAROL JRMP Server
Request info (JServerRequestInfo) Implementation
Version:
- Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
JServerRequestInfo
protected ArrayList | scTable - Request Service Context ArrayList
|
scTable
protected ArrayList scTable
Request Service Context ArrayList
JRMPServerRequestInfoImpl
public JRMPServerRequestInfoImpl()
Empty constructor available for Request Information
get_all_request_service_context
public Collection get_all_request_service_context()
Get the all the request service context if there is no context return
null
- get_all_request_service_context in interface JRequestInfo
- Collection the ServiceContexts
get_reply_service_context
public JServiceContext get_reply_service_context(int id)
Get the context specifie by this id if there is no context corresponding
with this id return null
- get_reply_service_context in interface JRequestInfo
id
- the context id
- JServiceContex the specific ServiceContext
get_request_service_context
public JServiceContext get_request_service_context(int id)
Get the context specifie by this id if there is no context corresponding
with this id return null
- get_request_service_context in interface JRequestInfo
id
- the context id
- JServiceContex the specific ServiceContext