FileDocCategorySizeDatePackage
ServiceContext.javaAPI DocJava SE 5 API734Fri Aug 26 17:25:06 BST 2005org.omg.IOP

ServiceContext

public final class ServiceContext extends Object implements org.omg.CORBA.portable.IDLEntity
org/omg/IOP/ServiceContext.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl Friday, August 26, 2005 11:25:04 PM GMT

Fields Summary
public int
context_id
The service context id
public byte[]
context_data
The data associated with this service context
Constructors Summary
public ServiceContext()


    
  
  
public ServiceContext(int _context_id, byte[] _context_data)

    context_id = _context_id;
    context_data = _context_data;
  
Methods Summary