|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--solar.service.dan.GraphNode | +--solar.service.dan.Application | +--versus.meeting.MeetingApp
This application simply receives events from MeetingDetector and notify some users by email.
Field Summary | |
private static org.apache.log4j.Logger |
_log
|
private long |
started
|
Fields inherited from class solar.service.dan.GraphNode |
_gid |
Fields inherited from interface solar.service.dan.DanConstants |
DAN_INPORT, DAN_OUTPORT |
Constructor Summary | |
MeetingApp()
|
Method Summary | |
void |
handleEvent(Event evt)
Handle the event being actively pushed/published to this operator. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class solar.service.dan.Application |
getOutputPorts, handleQuery |
Methods inherited from class solar.service.dan.GraphNode |
getId, getInputPorts, handleEvent, handleQuery, init, init, publish, publish, setId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static org.apache.log4j.Logger _log
private long started
Constructor Detail |
public MeetingApp()
Method Detail |
public void handleEvent(Event evt) throws java.lang.Exception
GraphNode
handleEvent
in class GraphNode
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |