public class NcsJVMLauncher extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
SYSTEM_EXIT_ON_STOP
This field represents a system property controlling how the
 NcsJVMLauncher should stop. 
 | 
static String | 
TAILF_SOCKET_FACTORY_CB
This field represents a system property that allows for a customized
 SocketFactory callback controlling all socket creation for
 the Ncs java vm. 
 | 
| Constructor and Description | 
|---|
NcsJVMLauncher()  | 
public static final String SYSTEM_EXIT_ON_STOP
public static final String TAILF_SOCKET_FACTORY_CB
SocketFactoryCallback interface.
 If not set the default factory is used.
 Example:
 java -DTAILF_SOCKET_FACTORY_CB=com.example.myfactory ...public static void main(String[] arg)