All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.OperationDefHolder
java.lang.Object
|
+----org.omg.CORBA.OperationDefHolder
- public final class OperationDefHolder
- extends Object
- implements Streamable
- Java Class org.omg.CORBA.OperationDefHolder
- Source File org/omg/CORBA/OperationDefHolder.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;
};
value-
OperationDefHolder()
-
OperationDefHolder(OperationDef)
-
_read(InputStream)
-
_type()
-
_write(OutputStream)
-
value
public OperationDef value
OperationDefHolder
public OperationDefHolder()
OperationDefHolder
public OperationDefHolder(OperationDef value)
_read
public void _read(InputStream input)
_write
public void _write(OutputStream output)
_type
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index