org.apache.jackrabbit.jcr2spi.state
Class AbstractItemStateFactory

java.lang.Object
  extended by org.apache.jackrabbit.jcr2spi.state.AbstractItemStateFactory
All Implemented Interfaces:
ItemStateFactory
Direct Known Subclasses:
TransientISFactory, WorkspaceItemStateFactory

public abstract class AbstractItemStateFactory
extends Object
implements ItemStateFactory

AbstractItemStateFactory...


Constructor Summary
AbstractItemStateFactory()
           
 
Method Summary
 void addCreationListener(ItemStateCreationListener listener)
          Adds the given ItemStateCreationListener.
 void removeCreationListener(ItemStateCreationListener listener)
          Removes the given ItemStateCreationListener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.jackrabbit.jcr2spi.state.ItemStateFactory
createDeepNodeState, createDeepPropertyState, createNodeState, createPropertyState, createRootState, getChildNodeInfos, getNodeReferences
 

Constructor Detail

AbstractItemStateFactory

public AbstractItemStateFactory()
Method Detail

addCreationListener

public void addCreationListener(ItemStateCreationListener listener)
Description copied from interface: ItemStateFactory
Adds the given ItemStateCreationListener.

Specified by:
addCreationListener in interface ItemStateFactory
See Also:
ItemStateFactory.addCreationListener(ItemStateCreationListener)

removeCreationListener

public void removeCreationListener(ItemStateCreationListener listener)
Description copied from interface: ItemStateFactory
Removes the given ItemStateCreationListener.

Specified by:
removeCreationListener in interface ItemStateFactory
See Also:
ItemStateFactory.removeCreationListener(ItemStateCreationListener)


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