com.ibm.manplato.Protocol.Util
Class DLPStorageInfo

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

public class DLPStorageInfo
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
DLPStorageInfo(byte[] arg1, byte[] arg2)
           
 
Method Summary
 DLPCardInfo getCardInfo(int i)
           
 boolean getHasMoreCards()
           
 int getNumCards()
           
 int getRamDatabaseCount()
           
 int getRomDatabaseCount()
           
 boolean hasExtendedResponse()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DLPStorageInfo

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

getCardInfo

public DLPCardInfo getCardInfo(int i)
                        throws DLPFunctionCallException

getHasMoreCards

public boolean getHasMoreCards()

getNumCards

public int getNumCards()

getRamDatabaseCount

public int getRamDatabaseCount()

getRomDatabaseCount

public int getRomDatabaseCount()

hasExtendedResponse

public boolean hasExtendedResponse()

toString

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