com.voicent.webalert
Interface BroadcastList

All Known Implementing Classes:
BroadcastListFile

public interface BroadcastList


Field Summary
static java.lang.String NAME
           
static java.lang.String PHONE
           
 
Method Summary
 int getTotal()
          total number of records
 java.lang.String getValue(java.lang.String name)
          get the current record values
 boolean next()
          move the record forward
 void reset()
          move the current record to the beginning
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

PHONE

public static final java.lang.String PHONE
See Also:
Constant Field Values
Method Detail

next

public boolean next()
move the record forward


getValue

public java.lang.String getValue(java.lang.String name)
get the current record values

Parameters:
name - parameter name

getTotal

public int getTotal()
total number of records


reset

public void reset()
move the current record to the beginning