Searched defs:AMXDebug (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/
H A DAMXDebug.java98 AMXDebug associates a file with each identifier (typically a classname).
103 All resulting AMXDebug output files
110 AMXDebug is designed as a singleton. However, arbitrary identifiers
117 such calls such that they don't make it to AMXDebug at all.
138 public final class AMXDebug class
142 private static final AMXDebug INSTANCE = new AMXDebug();
166 then AMXDebug looks for the system property
176 the ".debug" files created by AMXDebug. This is the directory
186 // Output for AMXDebug itsel
199 private AMXDebug() method in class:AMXDebug
[all...]

Completed in 390 milliseconds