public class JRMPClientRequestInfoImpl extends java.lang.Object implements JClientRequestInfo
JRMPClientRequestInfoImpl
is the CAROL JRMP Client
Request info (JClientRequestInfo) ImplementationJClientRequestInfo
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList |
scTable
Request Service Context HasTable
|
Constructor and Description |
---|
JRMPClientRequestInfoImpl()
Empty constructor available for Request Information
|
Modifier and Type | Method and Description |
---|---|
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
|
void |
clearAllContexts()
clear the service contexts table
|
java.util.Collection |
get_all_reply_service_context()
Get the all the reply service context if there is no context return null
|
java.util.Collection |
get_all_request_service_context()
Get the all the request service context if there is no context return
null
|
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
|
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
|
boolean |
hasContexts()
true if exit one or more context
|
public JRMPClientRequestInfoImpl()
public void add_request_service_context(JServiceContext jServiceContext)
add_request_service_context
in interface JClientRequestInfo
JServiceContext
- the context to addboolean
- replace if true replace the existing service contextpublic JServiceContext get_request_service_context(int id)
get_request_service_context
in interface JRequestInfo
id
- the context idpublic java.util.Collection get_all_request_service_context()
get_all_request_service_context
in interface JRequestInfo
public JServiceContext get_reply_service_context(int id)
get_reply_service_context
in interface JRequestInfo
id
- the context idpublic java.util.Collection get_all_reply_service_context()
get_all_reply_service_context
in interface JRequestInfo
public void add_all_request_service_context(java.util.Collection c)
add_all_request_service_context
in interface JClientRequestInfo
c
- Services contextspublic boolean hasContexts()
hasContexts
in interface JRequestInfo
public void clearAllContexts()
clearAllContexts
in interface JRequestInfo