Interface Monitor

  • All Superinterfaces:
    java.io.Serializable

    @Deprecated
    public interface Monitor
    extends java.io.Serializable
    Deprecated.
    Apama's in-process API for Java (JMon) is deprecated and will be removed in a future release - It is recommend that you now use EPL plug-ins written in Java instead of JMon applications.
    [Deprecated] This interface defines the single method that must be implemented in order for an object to be marked as a Monitor - an entry point for Apama applications. Multiple classes are permitted to implement the Monitor interface in an Application.
    • Method Detail

      • onLoad

        void onLoad()
        Deprecated.
        This method is called by the container when the application is loaded.