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
- Java Class org.omg.CORBA.OperationDefHelper
- Source File org/omg/CORBA/OperationDefHelper.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::OperationDef
- Repository Identifier IDL:omg.org/CORBA/OperationDef:1.0
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;
};
OperationDefHelper()
-
bind(ORB)
-
bind(ORB, String)
-
bind(ORB, String, String, BindOptions)
-
extract(Any)
-
id()
-
insert(Any, OperationDef)
-
narrow(Object)
-
read(InputStream)
-
type()
-
write(OutputStream, OperationDef)
-
OperationDefHelper
public OperationDefHelper()
narrow
public static OperationDef narrow(Object object)
bind
public static OperationDef bind(ORB orb)
bind
public static OperationDef bind(ORB orb,
String name)
bind
public static OperationDef bind(ORB orb,
String name,
String host,
BindOptions options)
read
public static OperationDef read(InputStream _input)
write
public static void write(OutputStream _output,
OperationDef value)
insert
public static void insert(Any any,
OperationDef value)
extract
public static OperationDef extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index