|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.carol.rmi.jrmp.interceptor.JClientInterceptorHelper
Class JClientInterceptorHelper
is the CAROL JRMP Client Interceptor Helper
this class is used by the other pakage class to manage client interception
Constructor Summary | |
JClientInterceptorHelper()
|
Method Summary | |
static java.rmi.server.UID |
getSpaceID()
hold a unique identifier of this class. |
static void |
receive_exception(java.io.ObjectInput in,
JClientRequestInterceptor[] cis)
Receive exception interception |
static void |
receive_other(java.io.ObjectInput in,
JClientRequestInterceptor[] cis)
|
static void |
receive_reply(java.io.ObjectInput in,
JClientRequestInterceptor[] cis)
Receive reply interception |
static void |
send_poll(java.io.ObjectOutput out,
JClientRequestInterceptor[] cis)
send client context in pool (see CORBA Specifications) |
static void |
send_request(java.io.ObjectOutput out,
JClientRequestInterceptor[] cis)
send client context with the request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JClientInterceptorHelper()
Method Detail |
public static java.rmi.server.UID getSpaceID()
public static void send_request(java.io.ObjectOutput out, JClientRequestInterceptor[] cis) throws java.io.IOException
java.io.IOException
- if an exception occur with the ObjectOutputpublic static void send_poll(java.io.ObjectOutput out, JClientRequestInterceptor[] cis) throws java.io.IOException
java.io.IOException
- if an exception occur with the ObjectOutputpublic static void receive_reply(java.io.ObjectInput in, JClientRequestInterceptor[] cis) throws java.io.IOException
java.io.IOException
- if an exception occur with the ObjectOutputpublic static void receive_exception(java.io.ObjectInput in, JClientRequestInterceptor[] cis) throws java.io.IOException
java.io.IOException
- if an exception occur with the ObjectOutputpublic static void receive_other(java.io.ObjectInput in, JClientRequestInterceptor[] cis) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |