public class NullGUIManager
extends AbstractGUIManager
NullGUIContext as the GUIContext and
may be used for GUI-less clients.| Constructor and Description |
|---|
NullGUIManager(Configuration configuration,
Registry registry)
Instantiate the manager that returns only NullGUIContexts on client
requests.
|
| Modifier and Type | Method and Description |
|---|---|
GUIContext |
createGUIContext(SessionToken session,
TransferableGUIContext trCtxt,
ExecutionControlManager ecm) |
GUIContext |
getGUIContext(SessionToken session,
ActivityInstance activityInstance,
EBPInstanceReference ebpInstanceReference,
java.lang.String sessionID,
ExecutionContext executionContext,
ExecutionControlManager ecm,
java.lang.Thread thread) |
public NullGUIManager(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
GUIContextUnavailableExceptionpublic GUIContext createGUIContext(SessionToken session, TransferableGUIContext trCtxt, ExecutionControlManager ecm) throws GUIContextUnavailableException
GUIContextUnavailableException