|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.externalevent.ExternalEventMonitorService
public class ExternalEventMonitorService
This service is used to listen for external events that come in when the user follows a URI that has ?sid=ExternalEvent on it.
Modified by Mikael Soderman 2009-04-28
| Field Summary | |
|---|---|
static ExternalEventMonitorService |
INSTANCE
The singleton ExternalEventService monitoring service |
| Fields inherited from interface nextapp.echo.webcontainer.Service |
|---|
DO_NOT_CACHE |
| Constructor Summary | |
|---|---|
ExternalEventMonitorService()
|
|
| Method Summary | |
|---|---|
void |
deregister(ExternalEventMonitor monitor)
Deregisters the ExternalEventMonitor with the service
that is used to invoke external events. |
String |
getId()
|
int |
getVersion()
|
void |
register(ExternalEventMonitor monitor)
Registers the ExternalEventMonitor with the service
that is used to invoke external events. |
void |
service(Connection conn)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ExternalEventMonitorService INSTANCE
| Constructor Detail |
|---|
public ExternalEventMonitorService()
| Method Detail |
|---|
public String getId()
getId in interface ServiceService.getId()public int getVersion()
getVersion in interface ServiceService.getVersion()public void register(ExternalEventMonitor monitor)
ExternalEventMonitor with the service
that is used to invoke external events.
monitor - an ExternalEventMonitor to be notified
of external events.public void deregister(ExternalEventMonitor monitor)
ExternalEventMonitor with the service
that is used to invoke external events.
monitor - an ExternalEventMonitor to be removed from
being notified of external events.
public void service(Connection conn)
throws IOException
service in interface ServiceIOExceptionService.service(nextapp.echo.webcontainer.Connection)
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||