org.jboss.portal.cms
Class NodeFactory

java.lang.Object
  extended by org.jboss.portal.cms.NodeFactory

public class NodeFactory
extends java.lang.Object


Method Summary
 Node getNode(org.apache.slide.common.NamespaceAccessToken nat, java.lang.String uri)
          Deprecated.  
 Node getNode(java.lang.String uri)
           
 javax.transaction.TransactionManager getTransactionManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNode

public Node getNode(org.apache.slide.common.NamespaceAccessToken nat,
                    java.lang.String uri)
             throws NodeException
Deprecated. 

Throws:
NodeException

getTransactionManager

public javax.transaction.TransactionManager getTransactionManager()
                                                           throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException - if the factory is closed

getNode

public Node getNode(java.lang.String uri)
             throws NodeException,
                    java.lang.IllegalStateException
Parameters:
uri - the node uri
Throws:
java.lang.IllegalStateException - if the factory is closed
NodeException