Package com.apama.jmon
Interface Unloadable
-
public interface Unloadable
This interface defines a method which will be called on any monitor which implements this interface when the JMon application is being unloaded.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onUnload()
This method is called by the container when the application is unloaded.
-