org.apache.cocoon.jcr
Class JNDIRepository

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.cocoon.jcr.AbstractRepository
          extended byorg.apache.cocoon.jcr.JNDIRepository
All Implemented Interfaces:
Component, Configurable, Contextualizable, Disposable, LogEnabled, javax.jcr.Repository, Serviceable, ThreadSafe

public class JNDIRepository
extends AbstractRepository

Version:
$Id: JNDIRepository.java 240335 2005-08-26 20:26:24Z vgritsenko $

Field Summary
 
Fields inherited from class org.apache.cocoon.jcr.AbstractRepository
context, delegate, JCR_SESSION_REQUEST_ATTRIBUTE, loginResolver, manager, passwordResolver, ROLE
 
Fields inherited from interface javax.jcr.Repository
LEVEL_1_SUPPORTED, LEVEL_2_SUPPORTED, OPTION_LOCKING_SUPPORTED, OPTION_OBSERVATION_SUPPORTED, OPTION_QUERY_SQL_SUPPORTED, OPTION_TRANSACTIONS_SUPPORTED, OPTION_VERSIONING_SUPPORTED, QUERY_XPATH_DOC_ORDER, QUERY_XPATH_POS_INDEX, REP_NAME_DESC, REP_VENDOR_DESC, REP_VENDOR_URL_DESC, REP_VERSION_DESC, SPEC_NAME_DESC, SPEC_VERSION_DESC
 
Constructor Summary
JNDIRepository()
           
 
Method Summary
 void configure(Configuration config)
           
 
Methods inherited from class org.apache.cocoon.jcr.AbstractRepository
contextualize, dispose, getDescriptor, getDescriptorKeys, login, login, login, login, service
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDIRepository

public JNDIRepository()
Method Detail

configure

public void configure(Configuration config)
               throws ConfigurationException
Specified by:
configure in interface Configurable
Overrides:
configure in class AbstractRepository
Throws:
ConfigurationException


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.