gov.llnl.sidl
Class BaseArray.Holder

java.lang.Object
  extended by gov.llnl.sidl.BaseArray.Holder
Enclosing class:
BaseArray

public static class BaseArray.Holder
extends java.lang.Object

Holder class for inout and out arguments.


Constructor Summary
BaseArray.Holder()
          Create a holder with a null holdee object.
BaseArray.Holder(BaseArray obj)
          Create a holder with the specified object.
 
Method Summary
 void destroy()
          Destroy the held array.
 BaseArray get()
          Get the value of the holdee object.
 void set(BaseArray obj)
          Set the value of the holdee object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseArray.Holder

public BaseArray.Holder()
Create a holder with a null holdee object.


BaseArray.Holder

public BaseArray.Holder(BaseArray obj)
Create a holder with the specified object.

Method Detail

set

public void set(BaseArray obj)
Set the value of the holdee object.


get

public BaseArray get()
Get the value of the holdee object.


destroy

public void destroy()
Destroy the held array.