|
|||||||||||
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.JServerInterceptorHelper
Class JServerInterceptorHelper
is the CAROL JRMP Server Interceptor Helper
this class is used by the other pakage class to manage server interception
Constructor Summary | |
JServerInterceptorHelper()
|
Method Summary | |
static java.rmi.server.UID |
getSpaceID()
hold a unique identifier of this class. |
static void |
receive_request(java.io.ObjectInput in,
JServerRequestInterceptor[] sis)
Receive request |
static void |
send_exception(java.io.ObjectOutput out,
JServerRequestInterceptor[] sis)
send exception with context |
static void |
send_other(java.io.ObjectOutput out,
JServerRequestInterceptor[] sis)
|
static void |
send_reply(java.io.ObjectOutput out,
JServerRequestInterceptor[] sis)
send reply with context |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JServerInterceptorHelper()
Method Detail |
public static java.rmi.server.UID getSpaceID()
public static void receive_request(java.io.ObjectInput in, JServerRequestInterceptor[] sis) throws java.io.IOException
java.io.IOException
- if an exception occur with the ObjectOutputpublic static void send_reply(java.io.ObjectOutput out, JServerRequestInterceptor[] sis) throws java.io.IOException
java.io.IOException
- if an exception occur with the ObjectOutputpublic static void send_exception(java.io.ObjectOutput out, JServerRequestInterceptor[] sis) throws java.io.IOException
java.io.IOException
- if an exception occur with the ObjectOutputpublic static void send_other(java.io.ObjectOutput out, JServerRequestInterceptor[] sis) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |