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

AMXDebugSupportMBean

public interface AMXDebugSupportMBean

Fields Summary
public static final String
OBJECT_NAME
Constructors Summary
Methods Summary
public voidcleanup()
Get rid of all output files.

public booleangetDebug(java.lang.String id)

return
the debug state for the specified ID

public booleangetDefaultDebug()

return
default AMX debug state

public java.lang.StringgetOutputFrom(java.lang.String id)
Get the output for the specified ID.

public java.lang.String[]getOutputIDs()

return
names of all Outputs in use

public voidsetAll(boolean debug)
Set the AMX debug state for all existing new debug outputs. These may or may not be MBeans, and an MBean may or may not be in debugging mode and using its output.

public voidsetDebug(java.lang.String id, boolean enabled)
Set the debug state for the specified ID.

public voidsetDefaultDebug(boolean enabled)
Set the default AMX debug state for any new debug outputs.