Class org.omg.CORBA.ObjectHolder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.ObjectHolder

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

public final class ObjectHolder
extends Object
A holder class for objects for use with out and in/out IDL parameters. This is necessary because Java does not support "var" parameters.

Variable Index

 o value
The contained object.

Constructor Index

 o ObjectHolder()
 o ObjectHolder(Object)
Construct an ObjectHolder with the internal value set to the given initial value.

Variables

 o value
  public Object value
The contained object.

Constructors

 o ObjectHolder
  public ObjectHolder()
 o ObjectHolder
  public ObjectHolder(Object initial)
Construct an ObjectHolder with the internal value set to the given initial value. @param initial The initial value of the contained object.

All Packages  Class Hierarchy  This Package  Previous  Next  Index