org.objectweb.carol.rmi.jrmp.interceptor
Class JRMPClientRequestInfoImpl
java.lang.Object
org.objectweb.carol.rmi.jrmp.interceptor.JRMPClientRequestInfoImpl
- JClientRequestInfo, JRequestInfo
public class JRMPClientRequestInfoImpl
extends java.lang.Object
Class JRMPClientRequestInfoImpl
is the CAROL JRMP Client
Request info (JClientRequestInfo) Implementation
Version:
- Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
JClientRequestInfo
protected ArrayList | scTable - Request Service Context HasTable
|
scTable
protected ArrayList scTable
Request Service Context HasTable
JRMPClientRequestInfoImpl
public JRMPClientRequestInfoImpl()
Empty constructor available for Request Information
get_all_reply_service_context
public Collection get_all_reply_service_context()
Get the all the reply service context if there is no context return null
- get_all_reply_service_context in interface JRequestInfo
- Collection the ServiceContexts ArrayList
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 ArrayList
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