Uses of Class
org.apache.jackrabbit.core.persistence.bundle.util.NodePropBundle

Packages that use NodePropBundle
org.apache.jackrabbit.core.persistence.bundle   
org.apache.jackrabbit.core.persistence.bundle.util   
 

Uses of NodePropBundle in org.apache.jackrabbit.core.persistence.bundle
 

Methods in org.apache.jackrabbit.core.persistence.bundle that return NodePropBundle
protected  NodePropBundle PostgreSQLPersistenceManager.loadBundle(NodeId id)
           
protected  NodePropBundle BundleFsPersistenceManager.loadBundle(NodeId id)
          Loads a bundle from the underlying system.
protected abstract  NodePropBundle AbstractBundlePersistenceManager.loadBundle(NodeId id)
          Loads a bundle from the underlying system.
protected  NodePropBundle BundleDbPersistenceManager.loadBundle(NodeId id)
          Loads a bundle from the underlying system.
 

Methods in org.apache.jackrabbit.core.persistence.bundle with parameters of type NodePropBundle
protected  void BundleFsPersistenceManager.destroyBundle(NodePropBundle bundle)
          Deletes the bundle from the underlying system.
protected abstract  void AbstractBundlePersistenceManager.destroyBundle(NodePropBundle bundle)
          Deletes the bundle from the underlying system.
protected  void BundleDbPersistenceManager.destroyBundle(NodePropBundle bundle)
          Deletes the bundle from the underlying system.
protected  void Oracle9PersistenceManager.storeBundle(NodePropBundle bundle)
           
protected  void BundleFsPersistenceManager.storeBundle(NodePropBundle bundle)
          Stores a bundle to the underlying system.
protected abstract  void AbstractBundlePersistenceManager.storeBundle(NodePropBundle bundle)
          Stores a bundle to the underlying system.
protected  void BundleDbPersistenceManager.storeBundle(NodePropBundle bundle)
          Stores a bundle to the underlying system.
 

Uses of NodePropBundle in org.apache.jackrabbit.core.persistence.bundle.util
 

Methods in org.apache.jackrabbit.core.persistence.bundle.util that return NodePropBundle
 NodePropBundle BundleCache.get(NodeId id)
          Returns the bundle with the given id or null if the bundle is not cached.
 NodePropBundle BundleBinding.readBundle(DataInputStream in, NodeId id)
          Deserializes a NodePropBundle from a data input stream.
 NodePropBundle BundleCache.remove(NodeId id)
          Removes a bundle from this cache.
 

Methods in org.apache.jackrabbit.core.persistence.bundle.util with parameters of type NodePropBundle
 void BundleCache.put(NodePropBundle bundle)
          Puts a bunlde to the cache.
 void BundleBinding.writeBundle(DataOutputStream out, NodePropBundle bundle)
          Serializes a NodePropBundle to a data output stream
 



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