Package com.apama.jmon
Interface Unloadable
-
public interface UnloadableThis 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 voidonUnload()This method is called by the container when the application is unloaded.
-