|
|||||||||||
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.JServiceContext
Class JServiceContext
is the CAROL JRMP Service context
Unlike IIOP the class isn't static final, you can use inheritance mechanisme for context propagation
Field Summary | |
byte[] |
context_data
the JServiceContext data |
int |
context_id
the JServiceContext id |
Constructor Summary | |
JServiceContext()
Construct an empty service context |
|
JServiceContext(int context_id,
byte[] context_data)
constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int context_id
public byte[] context_data
Constructor Detail |
public JServiceContext()
public JServiceContext(int context_id, byte[] context_data)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |