public class RemoteHTMLGUIManager
extends AbstractGUIManager
NullGUIContext and a
RemoteHTMLContext as the GUIContext for (nearly)
GUI-less clients with a webserver.| Constructor and Description |
|---|
RemoteHTMLGUIManager(Configuration configuration,
Registry registry)
Instantiate the manager that returns only NullGUIContexts on client
requests.
|
| Modifier and Type | Method and Description |
|---|---|
GUIContext |
getGUIContext(SessionToken session,
ActivityInstance activityInstance,
EBPInstanceReference ebpInstanceReference,
java.lang.String sessionID,
ExecutionContext executionContext,
ExecutionControlManager ecm,
java.lang.Thread thread) |
public RemoteHTMLGUIManager(Configuration configuration,
Registry registry)
registry - The assigned registry of this GUIManager instance.configuration - The configuration assigned to this GUIManager instance.public GUIContext getGUIContext(SessionToken session, ActivityInstance activityInstance, EBPInstanceReference ebpInstanceReference, java.lang.String sessionID, ExecutionContext executionContext, ExecutionControlManager ecm, java.lang.Thread thread) throws GUIContextUnavailableException
GUIContextUnavailableException