Methods Summary |
---|
public java.lang.String | checkInterfaceAgainstDelegate()Applicable to those MBeans that have a Delegate.
Output any anomolies between the interface the MBean
provides and the items that are available in the Delegate.
If debug is off, or there is no Delegate, then null is returned.
If there are no issues, then an empty String is returned.
Otherwise, a String describing the problem(s) is returned.
|
public void | clearCoverageInfo()This is only for internal, debug use, so it's OK
to return a proprietary type.
|
public boolean | enableAMXDebug(boolean enable)Implemented as a method, so it can be used with or without
AMX-DEBUG being on (unknown Attributes are rejected normally).
|
public boolean | enableCoverageInfo(boolean enable)Implemented as a method, so it can be used with or without
AMX-DEBUG being on (unknown Attributes are rejected normally).
|
public boolean | getAMXDebug()
|
public CoverageInfo | getCoverageInfo()This is only for internal, debug use, so it's OK
to return a proprietary type.
|
public java.lang.String | getImplString(boolean verbose)Produces a useful String describing the AMX MBean.
|