Class Scriptd

  • All Implemented Interfaces:
    Fiber, PausableFiber, SpringServiceDaemon, ServiceDaemon, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

    public final class Scriptd
    extends AbstractServiceDaemon
    This class implements a script execution service. This service subscribes to all events, and passes received events to the set of configured scripts. This services uses the Bean Scripting Framework (BSF) in order to allow scripts to be written in a variety of registered languages.
    Author:
    Jim Doble, OpenNMS.org