Package com.tailf.ncs

Class NcsJVMLauncher

Object
com.tailf.ncs.NcsJVMLauncher

public class NcsJVMLauncher extends Object
Helper class implementing a java main() method which will start the Ncs java vm main thread
  • Field Details

    • SYSTEM_EXIT_ON_STOP

      public static final String 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

      public static final 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. This callback should implement the SocketFactoryCallback 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

      public static void main(String[] arg)