Class BSFManagerTerminator


  • public class BSFManagerTerminator
    extends java.lang.Object
    This class allows BSFManager instances to be cleanly terminated as a workaround for {@link https://issues.apache.org/jira/browse/BSF-41} The bug is fixed in v2.5.0, but no releases are available. See NMS-8109 for details. NOTE: This class is duplicated in the opennms-services project since there is no good common place to put this.
    Author:
    jwhite
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void terminate​(org.apache.bsf.BSFManager manager)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BSFManagerTerminator

        public BSFManagerTerminator()
    • Method Detail

      • terminate

        public static void terminate​(org.apache.bsf.BSFManager manager)