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
FieldsModifier and TypeFieldDescriptionstatic final StringThis field represents a system property controlling how the NcsJVMLauncher should stop.static final StringThis field represents a system property that allows for a customized SocketFactory callback controlling all socket creation for the Ncs java vm. - 
Constructor Summary
Constructors - 
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 theSocketFactoryCallbackinterface. 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
 
 -