org.apache.jackrabbit.core.util
Interface Dumpable

All Known Implementing Classes:
ItemManager, ItemStateMap, ItemStateReferenceCache, NodeTypeManagerImpl, NodeTypeRegistry, SessionImpl, SessionItemStateManager, SharedItemStateManager

public interface Dumpable

Utility interface for internal use.

A Dumpable object supports dumping its state in a human readable format for diagnostic/debug purposes.


Method Summary
 void dump(PrintStream ps)
          Dumps the state of this instance in a human readable format for diagnostic purposes.
 

Method Detail

dump

public void dump(PrintStream ps)
Dumps the state of this instance in a human readable format for diagnostic purposes.

Parameters:
ps - stream to dump state to


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.