sidl
Class Opaque.Holder

java.lang.Object
  extended by sidl.Opaque.Holder
Enclosing class:
Opaque

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

This is the holder inner class for inout and out arguments for type Opaque.


Constructor Summary
Opaque.Holder()
          Create a holder class with an empty holdee object.
Opaque.Holder(long obj)
          Create a holder with the specified object.
 
Method Summary
 long get()
          Get the value of the holdee object.
 void set(long 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

Opaque.Holder

public Opaque.Holder()
Create a holder class with an empty holdee object.


Opaque.Holder

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

Method Detail

set

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


get

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