org.eclipse.jetty.util.component
Interface Dumpable

All Known Implementing Classes:
AggregateLifeCycle, QueuedThreadPool

public interface Dumpable


Method Summary
 String dump()
           
 void dump(Appendable out, String indent)
           
 

Method Detail

dump

String dump()

dump

void dump(Appendable out,
          String indent)
          throws IOException
Throws:
IOException


Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.