All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.IOP.ServiceContextHelper

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

public abstract class ServiceContextHelper
extends Object

IDL definition:
#pragma prefix "visigenic.com/IOP"
struct ServiceContext {
::IOP::ServiceID context_id;
::CORBA::OctetSequence context_data;
};


Constructor Index

 o ServiceContextHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, ServiceContext)
 o read(InputStream)
 o type()
 o write(OutputStream, ServiceContext)

Constructors

 o ServiceContextHelper
public ServiceContextHelper()

Methods

 o read
public static ServiceContext read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         ServiceContext value)
 o insert
public static void insert(Any any,
                          ServiceContext value)
 o extract
public static ServiceContext extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index