org.jecars
Class CARS_Repository

java.lang.Object
  extended by org.apache.jackrabbit.core.TransientRepository
      extended by org.jecars.CARS_Repository
All Implemented Interfaces:
javax.jcr.Repository, org.apache.jackrabbit.api.JackrabbitRepository, org.apache.jackrabbit.core.SessionListener

public class CARS_Repository
extends org.apache.jackrabbit.core.TransientRepository

CARS_Repository

Version:
$Id: CARS_Repository.java,v 1.1 2007/11/09 16:06:00 weertj Exp $

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.jackrabbit.core.TransientRepository
org.apache.jackrabbit.core.TransientRepository.RepositoryFactory
 
Field Summary
 
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
CARS_Repository()
           
 
Method Summary
 javax.jcr.Session login(javax.jcr.Credentials pCreds, java.lang.String pPropsFile)
           
 
Methods inherited from class org.apache.jackrabbit.core.TransientRepository
getDescriptor, getDescriptorKeys, loggedOut, loggingOut, login, login, login, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CARS_Repository

public CARS_Repository()
                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

login

public javax.jcr.Session login(javax.jcr.Credentials pCreds,
                               java.lang.String pPropsFile)
                        throws javax.jcr.RepositoryException
Specified by:
login in interface javax.jcr.Repository
Overrides:
login in class org.apache.jackrabbit.core.TransientRepository
Throws:
javax.jcr.RepositoryException