Uses of Interface
org.zkoss.zk.ui.sys.ServerPush

Packages that use ServerPush
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
org.zkoss.zkmax.ui.comet ZK comet implementation. 
 

Uses of ServerPush in org.zkoss.zk.ui.impl
 

Classes in org.zkoss.zk.ui.impl that implement ServerPush
 class PollingServerPush
          A server-push implementation that is based on client-polling.
 

Methods in org.zkoss.zk.ui.impl that return ServerPush
 ServerPush DesktopImpl.getServerPush()
           
 

Methods in org.zkoss.zk.ui.impl with parameters of type ServerPush
 boolean DesktopImpl.enableServerPush(ServerPush serverpush)
           
 

Uses of ServerPush in org.zkoss.zk.ui.sys
 

Methods in org.zkoss.zk.ui.sys that return ServerPush
 ServerPush DesktopCtrl.getServerPush()
          Returns the server-push controller, or null if it is not enabled yet.
 

Methods in org.zkoss.zk.ui.sys with parameters of type ServerPush
 boolean DesktopCtrl.enableServerPush(ServerPush serverpush)
          Enables the server-push feature with the specified server-push controller.
 

Uses of ServerPush in org.zkoss.zkmax.ui.comet
 

Classes in org.zkoss.zkmax.ui.comet that implement ServerPush
 class CometServerPush
          A server-push implementation that is based on comet.
 



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo