All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.IOP.ComponentIdHelper

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

public abstract class ComponentIdHelper
extends Object

IDL definition:
#pragma prefix "visigenic.com/IOP"
typedef unsigned long ComponentId;


Constructor Index

 o ComponentIdHelper()

Method Index

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

Constructors

 o ComponentIdHelper
public ComponentIdHelper()

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