public interface EngineInfo
Modifier and Type | Method and Description |
---|---|
NamedAggregateInfo[] |
getAggregates()
Get information for the set of aggregate functions that are/were live in the engine
at the point of inspection.
|
NamedContextInfo[] |
getContexts()
Get information for the set of Contexts that are/were live in the engine
at the point of inspection.
|
NamedEventTypeInfo[] |
getEventTypes()
Get information for the set of Event Types that are/were live in the engine
at the point of inspection.
|
NamedJavaApplicationInfo[] |
getJavaApplications()
Get information for the set of Java (JMon) Applications that are/were live in the engine
at the point of inspection.
|
NamedMonitorInfo[] |
getMonitors()
Get information for the set of Monitors that are/were live in the engine
at the point of inspection.
|
int |
getNumAggregates()
Get the number of aggregate functions that are/were live in the engine at the
point of inspection.
|
int |
getNumContexts()
Get the number of Contexts that are/were live in the engine
at the point of inspection.
|
int |
getNumEventTypes()
Get the number of Event Type definitions that are/were live in the engine
at the point of inspection.
|
int |
getNumJavaApplications()
Get the number of Java (JMon) Applications that are/were live in the engine
at the point of inspection.
|
int |
getNumMonitors()
Get the number of Monitor definitions that are/were live in the engine
at the point of inspection.
|
int |
getNumPluginReceivers()
Get the number of Plugin Receivers that are/were in the engine
at the point of inspection.
|
int |
getNumReceivers()
Get the number of Receivers that are/were connected to the engine
at the point of inspection.
|
int |
getNumTimers()
Get the number of timer types that are/were live in the engine
at the point of inspection.
|
NamedPluginReceiverInfo[] |
getPluginReceivers()
Get information for the set of Plugin Receivers that are/were in the engine
at the point of inspection.
|
NamedReceiverInfo[] |
getReceivers()
Get information for the set of Receivers that are/were connected to the engine
at the point of inspection.
|
NamedTimerInfo[] |
getTimers()
Get information for the set of timer types that are/were live in the engine
at the point of inspection.
|
int getNumMonitors()
int getNumEventTypes()
int getNumTimers()
int getNumContexts()
int getNumReceivers()
int getNumPluginReceivers()
int getNumJavaApplications()
int getNumAggregates()
NamedMonitorInfo[] getMonitors()
NamedEventTypeInfo[] getEventTypes()
NamedTimerInfo[] getTimers()
NamedContextInfo[] getContexts()
NamedReceiverInfo[] getReceivers()
NamedPluginReceiverInfo[] getPluginReceivers()
NamedJavaApplicationInfo[] getJavaApplications()
NamedAggregateInfo[] getAggregates()
Submit a bug or feature
Copyright (c) 2013-2016 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.