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
- Java Class com.visigenic.vbroker.IOP.ServiceIDHelper
- Source File com/visigenic/vbroker/IOP/ServiceIDHelper.java
- IDL Source File iop.idl
- IDL Absolute Name ::IOP::ServiceID
- Repository Identifier IDL:visigenic.com/IOP/ServiceID:1.0
IDL definition:
typedef unsigned long ServiceID;
-
ServiceIDHelper()
-
-
extract(Any)
-
-
id()
-
-
insert(Any, int)
-
-
read(InputStream)
-
-
type()
-
-
write(OutputStream, int)
-
ServiceIDHelper
public ServiceIDHelper()
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