All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ServiceTypeHelper
java.lang.Object
|
+----org.omg.CORBA.ServiceTypeHelper
- public abstract class ServiceTypeHelper
- extends Object
- Java Class org.omg.CORBA.ServiceTypeHelper
- Source File org/omg/CORBA/ServiceTypeHelper.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::ServiceType
- Repository Identifier IDL:omg.org/CORBA/ServiceType:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
typedef unsigned short ServiceType;
ServiceTypeHelper()
-
extract(Any)
-
id()
-
insert(Any, short)
-
read(InputStream)
-
type()
-
write(OutputStream, short)
-
ServiceTypeHelper
public ServiceTypeHelper()
read
public static short read(InputStream _input)
write
public static void write(OutputStream _output,
short value)
insert
public static void insert(Any any,
short value)
extract
public static short extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index