|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.iapi.services.diag.DiagnosticableGeneric
public class DiagnosticableGeneric
The Diagnosticable class implements the Diagnostics protocol, and can be used as the parent class for all other Diagnosticable objects.
| Field Summary | |
|---|---|
protected java.lang.Object |
diag_object
|
| Constructor Summary | |
|---|---|
DiagnosticableGeneric()
|
|
| Method Summary | |
|---|---|
void |
diag_detail(java.util.Properties prop)
Default implementation of detail diagnostic on the object. |
java.lang.String |
diag()
Default implementation of diagnostic on the object. |
void |
init(java.lang.Object obj)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Object diag_object
| Constructor Detail |
|---|
public DiagnosticableGeneric()
| Method Detail |
|---|
public void init(java.lang.Object obj)
init in interface Diagnosticable
public java.lang.String diag()
throws StandardException
This routine returns a string with whatever diagnostic information you would like to provide about this object.
This routine should be overriden by a real implementation of the diagnostic information you would like to provide.
diag in interface DiagnosticableStandardException - Standard exception policy.
public void diag_detail(java.util.Properties prop)
throws StandardException
This routine should be overriden if there is detail diagnostics to be provided by a real implementation.
diag_detail in interface DiagnosticableStandardException - Standard exception policy.
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||