org.objectweb.carol.rmi.jrmp.interceptor
Class JServiceContext

java.lang.Object
  |
  +--org.objectweb.carol.rmi.jrmp.interceptor.JServiceContext
All Implemented Interfaces:
java.io.Serializable

public class JServiceContext
extends java.lang.Object
implements java.io.Serializable

Class JServiceContext is the CAROL JRMP Service context Unlike IIOP the class isn't static final, you can use inheritance mechanisme for context propagation

Version:
1.0, 15/07/2002
Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
See Also:
Serialized Form

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

context_id

public int context_id
the JServiceContext id


context_data

public byte[] context_data
the JServiceContext data

Constructor Detail

JServiceContext

public JServiceContext()
Construct an empty service context


JServiceContext

public JServiceContext(int context_id,
                       byte[] context_data)
constructor