Package com.apama.jmon
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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
onLoad()
Deprecated.This method is called by the container when the application is loaded.
-