All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.IOP.ServiceIDHelper

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

public abstract class ServiceIDHelper
extends Object

IDL definition:
typedef unsigned long ServiceID;


Constructor Index

 o ServiceIDHelper()

Method Index

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

Constructors

 o ServiceIDHelper
 public ServiceIDHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index