Uses of Class
org.zkoss.zk.ui.DesktopUnavailableException

Packages that use DesktopUnavailableException
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
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 DesktopUnavailableException in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that throw DesktopUnavailableException
static void Executions.activate(Desktop desktop)
          Activates a server-push thread.
static boolean Executions.activate(Desktop desktop, long timeout)
          Activates a server-push thread with, or until a certain amount of real time has elapsed.
 

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

Methods in org.zkoss.zk.ui.impl that throw DesktopUnavailableException
 boolean PollingServerPush.activate(long timeout)
           
 

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

Methods in org.zkoss.zk.ui.sys that throw DesktopUnavailableException
 boolean ServerPush.activate(long timeout)
          Activate the current thread (which must be a server-push thread).
 

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

Methods in org.zkoss.zkmax.ui.comet that throw DesktopUnavailableException
 boolean CometServerPush.activate(long timeout)
           
 



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