public static class ClientCore.InitStruct
extends java.lang.Object
ClientCore.initialize(InitStruct, BootstrapConfig, String)
method.| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
context
Security context for this thread
|
ScreenDriver<?> |
driver
Output driver
|
java.lang.Runnable |
freeWebClientResources
To free web client resources
|
MainEntry |
main
Main program entry
|
Session |
session
Client session
|
java.lang.Thread |
shutdownHook
Shutdown hook
|
SecurityManager |
sm
Security manager instance
|
| Constructor and Description |
|---|
InitStruct() |
public ScreenDriver<?> driver
public java.lang.Object context
public Session session
public MainEntry main
public SecurityManager sm
public java.lang.Thread shutdownHook
public java.lang.Runnable freeWebClientResources