Package sunlabs.brazil.template
Class QueueTemplate.QueueItem
- java.lang.Object
-
- sunlabs.brazil.template.QueueTemplate.QueueItem
-
- Enclosing class:
- QueueTemplate
public static class QueueTemplate.QueueItem extends java.lang.Object
A bag of items to keep on the Q. We could add other stuff later.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Constructor Detail
-
QueueItem
public QueueItem(java.lang.String from, java.util.Dictionary data)
-
QueueItem
public QueueItem(java.lang.String from, java.lang.String message, java.lang.String meta)
Deprecated.Use the other constructor insteadAdd an item to the Q. "meta" is application specific "meta" data associated with this Q item.
-
-