FileDocCategorySizeDatePackage
AMXDebugStuff.javaAPI DocGlassfish v2 API3901Fri May 04 22:23:40 BST 2007com.sun.enterprise.management.support

AMXDebugStuff

public interface AMXDebugStuff
This interface will be exposed in MBeanInfo when AMX-DEBUG.enabled=true. It is private and should be used only for internal development purposes.
see
com.sun.appserv.management.base.AMXDebug

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringcheckInterfaceAgainstDelegate()
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.

return
a String summary

public voidclearCoverageInfo()
This is only for internal, debug use, so it's OK to return a proprietary type.

public booleanenableAMXDebug(boolean enable)
Implemented as a method, so it can be used with or without AMX-DEBUG being on (unknown Attributes are rejected normally).

return
previous enable status

public booleanenableCoverageInfo(boolean enable)
Implemented as a method, so it can be used with or without AMX-DEBUG being on (unknown Attributes are rejected normally).

return
previous enable status

public booleangetAMXDebug()

public CoverageInfogetCoverageInfo()
This is only for internal, debug use, so it's OK to return a proprietary type.

public java.lang.StringgetImplString(boolean verbose)
Produces a useful String describing the AMX MBean.