Package org.zkoss.zkex.ui.comet
Class CometServerPush.ThreadInfo
- java.lang.Object
-
- org.zkoss.zkex.ui.comet.CometServerPush.ThreadInfo
-
- Enclosing class:
- CometServerPush
protected static class CometServerPush.ThreadInfo extends java.lang.Object
The info of a server-push thread. It is also a mutex used to start a pending server-push thread.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Execution
getExecution()
void
setActive(Execution exec)
java.lang.String
toString()
-