versus.meeting
Class MeetingApp

java.lang.Object
  |
  +--solar.service.dan.GraphNode
        |
        +--solar.service.dan.Application
              |
              +--versus.meeting.MeetingApp
All Implemented Interfaces:
DanConstants, Identifiable

public class MeetingApp
extends Application

This application simply receives events from MeetingDetector and notify some users by email.

Version:
$Id: MeetingApp.java,v 1.3 2003/09/19 00:38:32 glchen Exp $
Author:
Guanling Chen

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

_log

private static org.apache.log4j.Logger _log

started

private long started
Constructor Detail

MeetingApp

public MeetingApp()
Method Detail

handleEvent

public void handleEvent(Event evt)
                 throws java.lang.Exception
Description copied from class: GraphNode
Handle the event being actively pushed/published to this operator.

Specified by:
handleEvent in class GraphNode
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception