Class org.omg.CORBA.OperationDefHolder
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

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 __arg)

Methods

 o __write
  public void __write(OutputStream out)
 o __read
  public void __read(InputStream in)
 o __type
  public TypeCode __type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index