com.ibm.manplato.Protocol.Util
Class DLPDatabaseListGroup

java.lang.Object
  |
  +--com.ibm.manplato.Protocol.Util.DLPDatabaseListGroup
All Implemented Interfaces:
java.util.Enumeration

public class DLPDatabaseListGroup
extends java.lang.Object
implements java.util.Enumeration

Version:
$Rev$-$Date: 2001/03/15 16:55:32 $$State: Exp $
Author:
File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: Yaztromo $

Field Summary
static byte MORE_DATABASES
           
 
Constructor Summary
DLPDatabaseListGroup(byte[] groupData)
           
 
Method Summary
static DLPDatabaseListGroup bytes2DBList(byte[] abyte0)
           
 boolean checkFlag(byte byte0)
           
 byte getActualCount()
           
 DLPDatabaseInfo getElement(int i)
           
 byte getFlags()
           
 char getLastIndex()
           
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MORE_DATABASES

public static final byte MORE_DATABASES
Constructor Detail

DLPDatabaseListGroup

public DLPDatabaseListGroup(byte[] groupData)
                     throws DLPFunctionCallException
Method Detail

bytes2DBList

public static DLPDatabaseListGroup bytes2DBList(byte[] abyte0)
                                         throws DLPFunctionCallException

checkFlag

public boolean checkFlag(byte byte0)

getActualCount

public byte getActualCount()

getElement

public DLPDatabaseInfo getElement(int i)

getFlags

public byte getFlags()

getLastIndex

public char getLastIndex()

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration

toString

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