All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.OperationModeHelper

java.lang.Object
    |
    +----org.omg.CORBA.OperationModeHelper

public abstract class OperationModeHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
enum OperationMode {
OP_NORMAL,
OP_ONEWAY
};


Constructor Index

 o OperationModeHelper()

Method Index

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

Constructors

 o OperationModeHelper
public OperationModeHelper()

Methods

 o read
public static OperationMode read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         OperationMode value)
 o insert
public static void insert(Any any,
                          OperationMode value)
 o extract
public static OperationMode extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index