| Package | Description |
|---|---|
| org.glassfish.admin.amx.impl.mbean | |
| org.glassfish.admin.amx.util |
Core AMX utilities.
|
| org.glassfish.admin.amx.util.jmx |
General-purpose JMX utilities.
|
| Modifier and Type | Method and Description |
|---|---|
protected Output |
MBeanImplBase.getDebugOutput() |
| Modifier and Type | Class and Description |
|---|---|
static class |
AMXDebug.WrapOutput
Internal class which wraps the Output so that
debug may be dynamically enabled or disabled without any
users of the Output having to be aware of it.
|
class |
FileOutput
Directs output to a file.
|
class |
OutputIgnore
Directs output to the "bit bucket".
|
| Modifier and Type | Method and Description |
|---|---|
Output |
AMXDebug.getOutput(String id)
ID is typically a classname, but may be
anything which can be used for a filename.
|
Output |
AMXDebug.getShared() |
| Modifier and Type | Method and Description |
|---|---|
void |
AMXDebug.mark(Output output,
String marker)
Output a marker into the Output.
|
| Modifier and Type | Field and Description |
|---|---|
protected Output |
MBeanProxyHandler.mDebug |
Copyright © 2017. All rights reserved.