|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectceleboss.command.QueueItem
This class describes an item on the queue to be processed.
| Method Summary | |
int |
compareTo(java.lang.Object arg0)
Compare the queue items on a time basis of the next update. |
boolean |
equals(java.lang.Object other)
Queue items are equals based on the refresh target. |
java.lang.String |
getDescription()
Human readable description of this queue item |
java.util.Date |
getExecutionTime()
The time this command is to be executed |
java.lang.Object |
getParam()
Get the target of this command. |
Command |
getTarget()
Get the target of this command. |
int |
hashCode()
Get a hash code |
java.lang.String |
toString()
Text representation |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
public int compareTo(java.lang.Object arg0)
compareTo in interface java.lang.Comparablearg0 -
public boolean equals(java.lang.Object other)
other - Object to compare against
public java.lang.String getDescription()
public java.lang.Object getParam()
public Command getTarget()
public java.util.Date getExecutionTime()
public int hashCode()
Object.hashCode()public java.lang.String toString()
Object.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||