| Package | Description |
|---|---|
| org.glassfish.admin.amx.util |
Core AMX utilities.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DebugOut |
interface |
Output
The API that should be used to output from a Cmd running within the framework.
|
| 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 |
DebugOutImpl |
class |
DebugSinkImpl |
class |
FileOutput
Directs output to a file.
|
class |
OutputIgnore
Directs output to the "bit bucket".
|
| Constructor and Description |
|---|
DebugOutImpl(String id,
boolean debug,
DebugSink sink) |
Copyright © 2019. All rights reserved.