Uses of Class
org.apache.jetspeed.prefs.NodeAlreadyExistsException

Packages that use NodeAlreadyExistsException
org.apache.jetspeed.prefs Interface for the services backing Jetspeed java.util.prefs.Preferences. 
org.apache.jetspeed.prefs.impl Implementation for the services backing Jetspeed java.util.prefs.Preferences. 
 

Uses of NodeAlreadyExistsException in org.apache.jetspeed.prefs
 

Methods in org.apache.jetspeed.prefs that throw NodeAlreadyExistsException
 Node PreferencesProvider.createNode(Node parent, java.lang.String nodeName, int nodeType, java.lang.String fullPath)
          Create a preferences node given the following parameters.
 

Uses of NodeAlreadyExistsException in org.apache.jetspeed.prefs.impl
 

Methods in org.apache.jetspeed.prefs.impl that throw NodeAlreadyExistsException
 Node PersistenceBrokerPreferencesProvider.createNode(Node parent, java.lang.String nodeName, int nodeType, java.lang.String fullPath)
           
 



Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.