com.jxml.qare.qhome.db
Class DBPendingMessage.Systems

java.lang.Object
  |
  +--com.jxml.qare.qhome.db.DBPendingMessage.Systems
Enclosing class:
DBPendingMessage

public class DBPendingMessage.Systems
extends Object


Field Summary
 List list
           
 
Constructor Summary
DBPendingMessage.Systems()
           
 
Method Summary
 void add(DBSystem.Row system)
           
 void drop()
           
 DBSystem.Row get()
           
 void refresh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

public List list
Constructor Detail

DBPendingMessage.Systems

public DBPendingMessage.Systems()
Method Detail

add

public void add(DBSystem.Row system)
         throws Exception

get

public DBSystem.Row get()
                 throws Exception

drop

public void drop()
          throws Exception

refresh

public void refresh()
             throws Exception