Uses of Class
org.zkoss.zk.ui.DesktopUnavailableException
-
Packages that use DesktopUnavailableException Package Description org.zkoss.zk.ui org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys org.zkoss.zkex.ui.comet org.zkoss.zkmax.au.websocket -
-
Uses of DesktopUnavailableException in org.zkoss.zk.ui
Methods in org.zkoss.zk.ui that throw DesktopUnavailableException Modifier and Type Method Description static voidExecutions. activate(Desktop desktop)Activates a thread to allow it access the given desktop synchronously.static booleanExecutions. activate(Desktop desktop, long timeout)Activates a thread to allow it access the given desktop synchronously, or until a certain amount of time has elapsed. -
Uses of DesktopUnavailableException in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl that throw DesktopUnavailableException Modifier and Type Method Description booleanPollingServerPush. activate(long timeout) -
Uses of DesktopUnavailableException in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that throw DesktopUnavailableException Modifier and Type Method Description booleanServerPush. activate(long timeout)Activate the current thread (which must be a server-push thread). -
Uses of DesktopUnavailableException in org.zkoss.zkex.ui.comet
Methods in org.zkoss.zkex.ui.comet that throw DesktopUnavailableException Modifier and Type Method Description booleanCometServerPush. activate(long timeout) -
Uses of DesktopUnavailableException in org.zkoss.zkmax.au.websocket
Methods in org.zkoss.zkmax.au.websocket that throw DesktopUnavailableException Modifier and Type Method Description booleanWebSocketServerPush. activate(long timeout)
-