org.starhope.appius.sys.op
Class MonitorEvent
java.lang.Object
org.starhope.appius.sys.op.MonitorEvent
public class MonitorEvent
- extends Object
- Author:
- brpocock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
attachments
private final Map<String,MonitorEvent.AttachmentObject> attachments
pool
private MonitorPool pool
MonitorEvent
public MonitorEvent(String eventTitle,
String poolID)
- Parameters:
eventTitle
- poolID
-
attachObject
public void attachObject(String label,
Class<? extends Object> klass,
Object attachment)
- WRITEME: document this method (brpocock, Jul 17, 2009)
- Parameters:
label
- klass
- attachment
-
getAttachments
public Map<String,MonitorEvent.AttachmentObject> getAttachments()
post
public void post()
- WRITEME: document this method (brpocock, Jul 17, 2009)
setPool
public void setPool(String poolID)
- WRITEME: document this method (brpocock, Jul 17, 2009)
- Parameters:
poolID
-