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.ObjectThe 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 org.zkoss.zk.ui.ExecutiongetExecution()voidsetActive(org.zkoss.zk.ui.Execution exec)java.lang.StringtoString()
-