Uses of Interface
org.glassfish.admin.amx.util.DebugSink
-
Packages that use DebugSink Package Description org.glassfish.admin.amx.util Core AMX utilities. -
-
Uses of DebugSink in org.glassfish.admin.amx.util
Subinterfaces of DebugSink in org.glassfish.admin.amx.util Modifier and Type Interface Description interfaceDebugOutinterfaceOutputThe API that should be used to output from a Cmd running within the framework.Classes in org.glassfish.admin.amx.util that implement DebugSink Modifier and Type Class Description static classAMXDebug.WrapOutputInternal 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.classDebugOutImplclassDebugSinkImplclassFileOutputDirects output to a file.classOutputIgnoreDirects output to the "bit bucket".Constructors in org.glassfish.admin.amx.util with parameters of type DebugSink Constructor Description DebugOutImpl(String id, boolean debug, DebugSink sink)
-