Uses of Class
creamtec.webcream.core.WebCreamException

Packages that use WebCreamException
creamtec.webcream   
creamtec.webcream.core   
creamtec.webcream.gui   
creamtec.webcream.rendering.html   
creamtec.webcream.servlet   
 

Uses of WebCreamException in creamtec.webcream
 

Methods in creamtec.webcream that throw WebCreamException
 HttpResponseData ClientAgentImpl.processHttpRequest(HttpRequestData request)
          Processes HTTP request
 HttpResponseData ClientAgentImpl_Stub.processHttpRequest(HttpRequestData $param_HttpRequestData_1)
           
 HttpResponseData ClientAgentImpl.renderCurrentWindow(HttpRequestData request)
          Renderes the currently focused window as HTML
 HttpResponseData ClientAgentImpl_Stub.renderCurrentWindow(HttpRequestData $param_HttpRequestData_1)
           
 void ClientAgentImpl.runApp(boolean wait)
          Runs the application/applet.
 void ClientAgentImpl_Stub.runApp(boolean $param_boolean_1)
           
 

Uses of WebCreamException in creamtec.webcream.core
 

Subclasses of WebCreamException in creamtec.webcream.core
 class RequestTimeoutException
           
 

Methods in creamtec.webcream.core that throw WebCreamException
 HttpResponseData ClientAgent.processHttpRequest(HttpRequestData requestData)
          Processes HTTP request, as received by the servlet.
 HttpResponseData ClientAgentRemote.processHttpRequest(HttpRequestData request)
          Processes HTTP request
 HttpResponseData ClientAgent.renderCurrentWindow(HttpRequestData data)
          Renders the current window on EventDispatch thread
 HttpResponseData ClientAgentRemote.renderCurrentWindow(HttpRequestData request)
          Renderes the currently focused window as HTML
 void ClientAgent.renderStandardPage(int status, java.lang.Throwable x)
          Renders a standard page based on the template and the status
 void ClientAgent.runApp(boolean wait)
          Runs the application/applet.
 void ClientAgentRemote.runApp(boolean wait)
          Runs the application/applet.
 

Uses of WebCreamException in creamtec.webcream.gui
 

Methods in creamtec.webcream.gui that throw WebCreamException
 void WindowUpdater.resizeWindow(java.awt.Window window, java.lang.String resizeString, HTMLPage page)
          Resize string should follow the format "resize:width,height"
 

Uses of WebCreamException in creamtec.webcream.rendering.html
 

Methods in creamtec.webcream.rendering.html that throw WebCreamException
 java.awt.image.BufferedImage SnapshotRenderer.generateIconImage(HTMLPage page, java.awt.Component comp, javax.swing.Icon icon)
          Generate and return the snapshot image of the icon
 java.awt.image.BufferedImage SnapshotRenderer.generateImage(HTMLPage page, java.awt.Component comp)
          Generate and return the snapshot image of the component
 

Uses of WebCreamException in creamtec.webcream.servlet
 

Methods in creamtec.webcream.servlet that throw WebCreamException
 void AppDesc.addAgent(java.lang.Object session, ClientAgentRemote agent)
          Adds the given agent to the list of currently running agents.
 



Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.