Package mondrian.server.monitor
Class Info
- java.lang.Object
-
- mondrian.server.monitor.Info
-
- Direct Known Subclasses:
ConnectionInfo
,ExecutionInfo
,ServerInfo
,SqlStatementInfo
,StatementInfo
abstract class Info extends java.lang.Object
Abstract base class for objects returned from polling theMonitor
for server state.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
stack
A printout of the stack trace which represents the code stack when the event was created.
-
Constructor Summary
Constructors Modifier Constructor Description protected
Info(java.lang.String stack)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-