Uses of Class
org.apache.commons.id.uuid.state.Node

Packages that use Node
org.apache.commons.id.uuid This package contains UUID (Universally Unique Identifier) generator implementations and supporting classes. 
 

Uses of Node in org.apache.commons.id.uuid
 

Methods in org.apache.commons.id.uuid that return Node
 Node NodeManagerImpl.currentNode()
          Returns the current node in use for uuid generation.
 Node NodeManager.currentNode()
          Returns the current node in use for uuid generation.
 Node NodeManagerImpl.nextAvailableNode()
          Returns the next available Node for uuid generation.
 Node NodeManager.nextAvailableNode()
          Returns the next available Node for uuid generation.
 

Methods in org.apache.commons.id.uuid with parameters of type Node
 void NodeManagerImpl.lockNode(Node node)
          Locks a node for use by a generator.
 void NodeManager.lockNode(Node node)
          Locks a node for use by a generator.
 void NodeManagerImpl.releaseNode(Node node)
          Releases a node locked by a generator.
 void NodeManager.releaseNode(Node node)
          Releases a node locked by a generator.
 



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