All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.IRObjectHolder

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

public final class IRObjectHolder
extends Object
implements Streamable

IDL definition:
interface IRObject {
readonly attribute ::CORBA::DefinitionKind def_kind;
void destroy();
};


Variable Index

 o value

Constructor Index

 o IRObjectHolder()
 o IRObjectHolder(IRObject)

Method Index

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

Variables

 o value
 public IRObject value

Constructors

 o IRObjectHolder
 public IRObjectHolder()
 o IRObjectHolder
 public IRObjectHolder(IRObject 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