All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.IOP.ServiceContextHolder

java.lang.Object
   |
   +----com.visigenic.vbroker.IOP.ServiceContextHolder

public final class ServiceContextHolder
extends Object
implements Streamable

IDL definition:
struct ServiceContext {
::IOP::ServiceID context_id;
::CORBA::OctetSequence context_data;
};


Variable Index

 o value

Constructor Index

 o ServiceContextHolder()
 o ServiceContextHolder(ServiceContext)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public ServiceContext value

Constructors

 o ServiceContextHolder
 public ServiceContextHolder()
 o ServiceContextHolder
 public ServiceContextHolder(ServiceContext value)

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index