com.jxml.qare.qhome.db
Class DBPendingMessage.Row
java.lang.Object
|
+--com.jxml.qare.qhome.db.DBPendingMessage.Row
- All Implemented Interfaces:
- DBRow
- Enclosing class:
- DBPendingMessage
- public final class DBPendingMessage.Row
- extends Object
- implements DBRow
DBPendingMessage.Row
public DBPendingMessage.Row(DBSession.Row session,
long pendingId,
DBSystem.Row system,
DBSystem.Row mailTo,
String message,
int lastSend)
delete
public void delete()
throws Exception
closed
public boolean closed()
getSession
public DBSession.Row getSession()
getPendingId
public long getPendingId()
getSystem
public DBSystem.Row getSystem()
getMailTo
public DBSystem.Row getMailTo()
getLastSend
public int getLastSend()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
getKeys
public List getKeys()
- Specified by:
getKeys
in interface DBRow
getKey
public Object getKey()
- Specified by:
getKey
in interface DBRow
getMessage
public String getMessage()
send
public void send()
throws Exception
- Calls the appropriate method for sending messages.
httpSend
public void httpSend()
throws Exception
- Sends message via http
backup
public void backup(DataOutputStream dos)
throws Exception
- Specified by:
backup
in interface DBRow