to.etc.webapp.ajax.eventmanager
Class EventCometContext.EventResult

java.lang.Object
  extended by to.etc.webapp.ajax.eventmanager.EventCometContext.EventResult
Enclosing class:
EventCometContext

public static class EventCometContext.EventResult
extends java.lang.Object


Constructor Summary
EventCometContext.EventResult(int key, int nexteventid, java.lang.String status, java.util.List<QueuedEvent> eventlist)
           
 
Method Summary
 java.util.List<QueuedEvent> getEventlist()
           
 int getKey()
           
 int getNexteventid()
           
 java.lang.String getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventCometContext.EventResult

public EventCometContext.EventResult(int key,
                                     int nexteventid,
                                     java.lang.String status,
                                     java.util.List<QueuedEvent> eventlist)
Method Detail

getStatus

public java.lang.String getStatus()

getKey

public int getKey()

getNexteventid

public int getNexteventid()

getEventlist

public java.util.List<QueuedEvent> getEventlist()