Package com.tailf.ncs
Class NcsJVMLauncher
Object
com.tailf.ncs.NcsJVMLauncher
Helper class implementing a java main() method which
will start the Ncs java vm main thread
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
This field represents a system property controlling how the NcsJVMLauncher should stop.static final String
This field represents a system property that allows for a customized SocketFactory callback controlling all socket creation for the Ncs java vm. -
Constructor Summary
-
Method Summary
-
Field Details
-
SYSTEM_EXIT_ON_STOP
This field represents a system property controlling how the NcsJVMLauncher should stop. If a System.exit() should not be called this property should be set to "false". The default is true; Example: java -cp ... -DSYSTEM_EXIT_ON_STOP=false com...NcsJVMLauncher- See Also:
-
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. This callback should implement theSocketFactoryCallback
interface. If not set the default factory is used. Example: java -DTAILF_SOCKET_FACTORY_CB=com.example.myfactory ...- See Also:
-
-
Constructor Details
-
NcsJVMLauncher
public NcsJVMLauncher()
-
-
Method Details
-
main
-