org.omg.IOP
Class ServiceContext

java.lang.Object
  extended byorg.omg.IOP.ServiceContext
All Implemented Interfaces:
IDLEntity, Serializable

public final class ServiceContext
extends Object
implements IDLEntity

ServiceContext Type Class generated by the Idl2Java Compiler 3.1 of Jonathan

See Also:
Serialized Form

Field Summary
 byte[] context_data
           
 int context_id
           
 
Constructor Summary
ServiceContext()
           
ServiceContext(int arg0, byte[] arg1)
           
 
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

context_data

public byte[] context_data
Constructor Detail

ServiceContext

public ServiceContext()

ServiceContext

public ServiceContext(int arg0,
                      byte[] arg1)