org.starhope.appius.sys.op
Class MonitorEvent

java.lang.Object
  extended by org.starhope.appius.sys.op.MonitorEvent

public class MonitorEvent
extends Object

Author:
brpocock

Nested Class Summary
protected  class MonitorEvent.AttachmentObject
          WRITEME: The documentation for this type (AttachmentObject) is incomplete.
 
Field Summary
private  Map<String,MonitorEvent.AttachmentObject> attachments
           
private  MonitorPool pool
           
private static long serialVersionUID
           
 
Constructor Summary
MonitorEvent(String eventTitle, String poolID)
           
 
Method Summary
 void attachObject(String label, Class<? extends Object> klass, Object attachment)
          WRITEME: document this method (brpocock, Jul 17, 2009)
 Map<String,MonitorEvent.AttachmentObject> getAttachments()
           
 void post()
          WRITEME: document this method (brpocock, Jul 17, 2009)
 void setPool(String poolID)
          WRITEME: document this method (brpocock, Jul 17, 2009)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

attachments

private final Map<String,MonitorEvent.AttachmentObject> attachments

pool

private MonitorPool pool
Constructor Detail

MonitorEvent

public MonitorEvent(String eventTitle,
                    String poolID)
Parameters:
eventTitle -
poolID -
Method Detail

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 -