|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Dispatcher interface. Must be implmented by all dispatcher running inside of the EdgeServer.
<p/>
| Method Summary | |
void |
dispatchEvent(Event CurEvent)Dispatch event to edge client side. |
long |
errorCount()A running count of the number of errors seen by this dispatcher since it got started during the lifetime of this EdgeServer |
long |
msgsSent()A running count of all the msgs sent thus far by this dispatcher during the lifetime of this EdgeServer. |
| Method Detail |
public void dispatchEvent(Event CurEvent)
throws EventDispatchException
CurEvent - The event to be dispatchedEventDispatchException - If there is some sort of dispatching exception related to the network or transportpublic long errorCount()
public long msgsSent()
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||