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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ConnectionInfo>
getConnections()
ServerInfo
getServer()
List<SqlStatementInfo>
getSqlStatements()
List<StatementInfo>
getStatements()
-
-
-
Method Detail
-
getServer
ServerInfo getServer()
-
getConnections
List<ConnectionInfo> getConnections()
-
getStatements
List<StatementInfo> getStatements()
-
getSqlStatements
List<SqlStatementInfo> getSqlStatements()
-
-