All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ServiceOptionHelper
java.lang.Object
|
+----org.omg.CORBA.ServiceOptionHelper
- public abstract class ServiceOptionHelper
- extends Object
- Java Class org.omg.CORBA.ServiceOptionHelper
- Source File org/omg/CORBA/ServiceOptionHelper.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::ServiceOption
- Repository Identifier IDL:omg.org/CORBA/ServiceOption:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
typedef unsigned long ServiceOption;
ServiceOptionHelper()
-
extract(Any)
-
id()
-
insert(Any, int)
-
read(InputStream)
-
type()
-
write(OutputStream, int)
-
ServiceOptionHelper
public ServiceOptionHelper()
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