All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.OperationDefHelper

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

public abstract class OperationDefHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
interface OperationDef : ::CORBA::Contained {
readonly attribute TypeCode result;
attribute ::CORBA::IDLType result_def;
attribute ::CORBA::ParDescriptionSeq params;
attribute ::CORBA::OperationMode mode;
attribute ::CORBA::ContextIdSeq contexts;
attribute ::CORBA::ExceptionDefSeq exceptions;
};


Constructor Index

 o OperationDefHelper()

Method Index

 o bind(ORB)
 o bind(ORB, String)
 o bind(ORB, String, String, BindOptions)
 o extract(Any)
 o id()
 o insert(Any, OperationDef)
 o narrow(Object)
 o read(InputStream)
 o type()
 o write(OutputStream, OperationDef)

Constructors

 o OperationDefHelper
public OperationDefHelper()

Methods

 o narrow
public static OperationDef narrow(Object object)
 o bind
public static OperationDef bind(ORB orb)
 o bind
public static OperationDef bind(ORB orb,
                                String name)
 o bind
public static OperationDef bind(ORB orb,
                                String name,
                                String host,
                                BindOptions options)
 o read
public static OperationDef read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         OperationDef value)
 o insert
public static void insert(Any any,
                          OperationDef value)
 o extract
public static OperationDef extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index