org.apache.jackrabbit.core.util
Interface Dumpable

All Known Subinterfaces:
EffectiveNodeTypeCache
All Known Implementing Classes:
BitsetENTCacheImpl, CachingHierarchyManager, EffectiveNodeTypeCacheImpl, ItemManager, ItemStateMap, ItemStateReferenceCache, ItemStateReferenceMap, LockManagerImpl, NodeTypeManagerImpl, NodeTypeRegistry, SessionImpl, SessionItemStateManager, SharedItemStateManager, VersionItemStateManager, XASessionImpl

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

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-2010 The Apache Software Foundation. All Rights Reserved.