@ManagedObject(value="Dumpable Object") public interface Dumpable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
dump() |
void |
dump(java.lang.Appendable out,
java.lang.String indent) |
@ManagedOperation(value="Dump the nested Object state as a String", impact="INFO") java.lang.String dump()
void dump(java.lang.Appendable out,
java.lang.String indent)
throws java.io.IOException
java.io.IOException