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
- Java Class com.visigenic.vbroker.IOP.ComponentIdHelper
- Source File com/visigenic/vbroker/IOP/ComponentIdHelper.java
- IDL Source File iop.idl
- IDL Absolute Name ::IOP::ComponentId
- Repository Identifier IDL:visigenic.com/IOP/ComponentId:1.0
IDL definition:
typedef unsigned long ComponentId;
-
ComponentIdHelper()
-
-
extract(Any)
-
-
id()
-
-
insert(Any, int)
-
-
read(InputStream)
-
-
type()
-
-
write(OutputStream, int)
-
ComponentIdHelper
public ComponentIdHelper()
read
public static int read(InputStream _input)
write
public static void write(OutputStream _output,
int value)
insert
public static void insert(Any any,
int value)
extract
public static int extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index