com.caucho.hessian.io
Class ShortHandle

java.lang.Object
  extended by com.caucho.hessian.io.ShortHandle
All Implemented Interfaces:
Serializable

public class ShortHandle
extends Object
implements Serializable

Handle for Java Short objects.

See Also:
Serialized Form

Constructor Summary
ShortHandle(short value)
           
 
Method Summary
 short getValue()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShortHandle

public ShortHandle(short value)
Method Detail

getValue

public short getValue()

readResolve

public Object readResolve()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.