Package org.apache.bsf
Class BSFManagerTerminator
- java.lang.Object
-
- org.apache.bsf.BSFManagerTerminator
-
public class BSFManagerTerminator extends java.lang.Object
This class allowsBSFManager
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
-
-
Constructor Summary
Constructors Constructor Description BSFManagerTerminator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
terminate(org.apache.bsf.BSFManager manager)
-