Package mondrian.server.monitor
Interface MonitorMXBean
public interface MonitorMXBean
Defines the MXBean interface required to register
MonitorImpl with a JMX agent. This simply lists
the attributes we want exposed to a JMX client.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getServer
ServerInfo getServer() -
getConnections
List<ConnectionInfo> getConnections() -
getStatements
List<StatementInfo> getStatements() -
getSqlStatements
List<SqlStatementInfo> getSqlStatements()
-