Package com.apama.engine
Interface NamedJavaApplicationInfo
-
- All Superinterfaces:
NameInfo
public interface NamedJavaApplicationInfo extends NameInfo
This interface provides the API for accessing a snapshot of information about a Java (JMon) Application that is/was live in the engine.The Package property is not valid for JMon Applications, and the respective get method will return an empty string.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNumListeners()
Get the number of listeners for this JMon Application.-
Methods inherited from interface com.apama.engine.NameInfo
getFullyQualifiedName, getName, getPackage
-
-