|
Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.p13n.model.Model.Debug
public static class Model.Debug
Debug class.
Model.getDebug(java.lang.Class)| Field Summary | |
|---|---|
boolean |
ON
Is debug output on for this debug. |
| Constructor Summary | |
|---|---|
protected |
Model.Debug(boolean isOn)
Constructor. |
| Method Summary | |
|---|---|
void |
out(String mesg)
Output a debug message if ON. |
void |
out(String mesg,
Throwable t)
Output a debug message and stacktrace if t is not null. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final boolean ON
| Constructor Detail |
|---|
protected Model.Debug(boolean isOn)
isOn - what to initialize ON to.| Method Detail |
|---|
public void out(String mesg)
public void out(String mesg,
Throwable t)
public String toString()
toString in class Object
|
Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||