org.apache.jackrabbit.state.nodetype
Class NodeTypeManagerState

java.lang.Object
  extended byorg.apache.jackrabbit.state.nodetype.NodeTypeManagerState

public class NodeTypeManagerState
extends Object

Node type manager state. Instances of this class are used to hold and manage the internal state of node type managers.


Constructor Summary
NodeTypeManagerState()
          Creates an empty node type manager state instance.
 
Method Summary
 void addNodeTypeState(NodeTypeState state)
          Adds a node type to the node type manager state.
 NodeTypeState[] getNodeTypeStates()
          Returns all available node type states.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeTypeManagerState

public NodeTypeManagerState()
Creates an empty node type manager state instance.

Method Detail

getNodeTypeStates

public NodeTypeState[] getNodeTypeStates()
Returns all available node type states.

Returns:
node type states

addNodeTypeState

public void addNodeTypeState(NodeTypeState state)
Adds a node type to the node type manager state.

Parameters:
state - node type state


Copyright © 2004-2005 . All Rights Reserved.