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

Class org.omg.CORBA.AnyHolder

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

public final class AnyHolder
extends Object
A Holder class for Anys for use with out and inout IDL parameters.

Variable Index

 o value
The Any value held by the AnyHolder

Constructor Index

 o AnyHolder()
Constructs a new AnyHolder.
 o AnyHolder(Any)
Constructs a new AnyHolder for the given Any object.

Variables

 o value
  public Any value
The Any value held by the AnyHolder

Constructors

 o AnyHolder
  public AnyHolder()
Constructs a new AnyHolder.
 o AnyHolder
  public AnyHolder(Any initial)
Constructs a new AnyHolder for the given Any object.
Parameters:
initial - the Any used to initialize the AnyHolder value

All Packages  Class Hierarchy  This Package  Previous  Next  Index