Uses of Interface
org.glassfish.admin.amx.util.Output
-
Packages that use Output 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. -
-
Uses of Output in org.glassfish.admin.amx.impl.mbean
Methods in org.glassfish.admin.amx.impl.mbean that return Output Modifier and Type Method Description protected OutputMBeanImplBase. getDebugOutput() -
Uses of Output in org.glassfish.admin.amx.util
Classes in org.glassfish.admin.amx.util that implement Output 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.classFileOutputDirects output to a file.classOutputIgnoreDirects output to the "bit bucket".Methods in org.glassfish.admin.amx.util that return Output Modifier and Type Method Description OutputAMXDebug. getOutput(String id)ID is typically a classname, but may be anything which can be used for a filename.OutputAMXDebug. getShared()Methods in org.glassfish.admin.amx.util with parameters of type Output Modifier and Type Method Description voidAMXDebug. mark(Output output, String marker)Output a marker into the Output. -
Uses of Output in org.glassfish.admin.amx.util.jmx
Fields in org.glassfish.admin.amx.util.jmx declared as Output Modifier and Type Field Description protected OutputMBeanProxyHandler. mDebug
-