RSE
Release 1.0

org.eclipse.rse.services.clientserver.java
Class LongInfo

java.lang.Object
  extended byorg.eclipse.rse.services.clientserver.java.AbstractCPInfo
      extended byorg.eclipse.rse.services.clientserver.java.Abstract8ByteNumericInfo
          extended byorg.eclipse.rse.services.clientserver.java.LongInfo

public class LongInfo
extends Abstract8ByteNumericInfo

This class represents long information.


Field Summary
 
Fields inherited from class org.eclipse.rse.services.clientserver.java.Abstract8ByteNumericInfo
highBytes, lowBytes
 
Fields inherited from class org.eclipse.rse.services.clientserver.java.AbstractCPInfo
tag
 
Constructor Summary
LongInfo(short tag, long highBytes, long lowBytes)
          Constructor.
 
Methods inherited from class org.eclipse.rse.services.clientserver.java.Abstract8ByteNumericInfo
getHighBytes, getLowBytes
 
Methods inherited from class org.eclipse.rse.services.clientserver.java.AbstractCPInfo
getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongInfo

public LongInfo(short tag,
                long highBytes,
                long lowBytes)
Constructor.

Parameters:
tag - the tag.
highBytes - the high bytes.
lowBytes - the low bytes.

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.