org.apache.ode.jacob
Class DebugInfo
java.lang.Object
org.apache.ode.jacob.DebugInfo
- All Implemented Interfaces:
- java.io.Serializable
public class DebugInfo
- extends java.lang.Object
- implements java.io.Serializable
Standard debug information for channels, objects (channel reads), and
messages (channel writes).
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugInfo
public DebugInfo()
setCreator
public void setCreator(java.lang.String creator)
getCreator
public java.lang.String getCreator()
setLocation
public void setLocation(java.lang.StackTraceElement[] location)
getLocation
public java.lang.StackTraceElement[] getLocation()
printStackTrace
public void printStackTrace(java.io.PrintStream pw)