Standard MBean interface for class Basic.
This is the management interface. There are three attributes:
1. TraceOn (boolean) - READ-ONLY
2. DebugOn (boolean) - READ-ONLY
3. NumberOfResets (int) - READ-ONLY
and five operations:
1. enableTracing()
2. disableTracing()
3. enableDebugging()
4. disableDebugging()
5. reset() (abstract - must be implemented by subclasses) |