com.ibm.manplato.Protocol.Util
Class DLPSystemInfo

java.lang.Object
  |
  +--com.ibm.manplato.Protocol.Util.DLPSystemInfo
All Implemented Interfaces:
java.io.Serializable

public class DLPSystemInfo
extends java.lang.Object
implements java.io.Serializable

Version:
$Rev$-$Date: 2001/06/04 20:07:18 $$State: Exp $
Author:
File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: fpal $
See Also:
Serialized Form

Constructor Summary
DLPSystemInfo(byte[] arg1, byte[] arg2)
           
 
Method Summary
 DLPVersion getCompatibilityVersion()
           
 DLPVersion getDlpVersion()
           
 int getLocaleID()
           
 int getMaxRecordSize()
           
 int getProductID()
           
 int getRomVersion()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DLPSystemInfo

public DLPSystemInfo(byte[] arg1,
                     byte[] arg2)
              throws DLPFunctionCallException
Method Detail

getCompatibilityVersion

public DLPVersion getCompatibilityVersion()

getDlpVersion

public DLPVersion getDlpVersion()

getLocaleID

public int getLocaleID()

getMaxRecordSize

public int getMaxRecordSize()

getProductID

public int getProductID()

getRomVersion

public int getRomVersion()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object