FileDocCategorySizeDatePackage
ReporterTester.javaAPI DocGlassfish v2 API4357Fri May 04 22:35:54 BST 2007com.sun.enterprise.tools.common.util.diagnostics

foo

public class foo extends Object
General Purpose Debugging Output -- create a ri object and then write with pr() If you construct with an Object -- that Object's class name will automatically be prepended to each message If you use pr(String metName, String mesg) -- the metName will be added to the ObjectName The output of ri is controlled by an environmental variable if you call it with java -DaibDebug=true -- it gets turned on...

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringtoString()

 return "Hi There!!";