Voyager ORB

com.objectspace.lib.holder
Class ByteHolder

java.lang.Object
  |
  +--com.objectspace.lib.holder.ByteHolder

public final class ByteHolder
extends java.lang.Object

A ByteHolder allows the final value of a byte argument to be propagated back to the client.

Version:
3.0

Field Summary
 byte value
          The actual value.
 
Constructor Summary
ByteHolder()
          Construct myself with the default value of 0.
ByteHolder(byte value)
          Construct myself with the specified initial value.
 
Method Summary
 java.lang.String toString()
          Return a string that describes me.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public byte value
The actual value.
Constructor Detail

ByteHolder

public ByteHolder()
Construct myself with the default value of 0.

ByteHolder

public ByteHolder(byte value)
Construct myself with the specified initial value.
Parameters:
value - The initial value.
Method Detail

toString

public java.lang.String toString()
Return a string that describes me.
Overrides:
toString in class java.lang.Object

ObjectSpace Inc.

(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240