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

IDL definition:
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;
};


Variable Index

 o value

Constructor Index

 o OperationDefHolder()
 o OperationDefHolder(OperationDef)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public OperationDef value

Constructors

 o OperationDefHolder
 public OperationDefHolder()
 o OperationDefHolder
 public OperationDefHolder(OperationDef value)

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index