org.jbpm.jcr.jackrabbit
Class JackrabbitJcrServiceFactory

java.lang.Object
  extended by org.jbpm.jcr.impl.AbstractJcrServiceFactory
      extended by org.jbpm.jcr.jackrabbit.JackrabbitJcrServiceFactory
All Implemented Interfaces:
java.io.Serializable, ServiceFactory

public class JackrabbitJcrServiceFactory
extends AbstractJcrServiceFactory

See Also:
Serialized Form

Constructor Summary
JackrabbitJcrServiceFactory()
           
 
Method Summary
protected  javax.jcr.Repository getRepository()
           
 
Methods inherited from class org.jbpm.jcr.impl.AbstractJcrServiceFactory
close, openService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JackrabbitJcrServiceFactory

public JackrabbitJcrServiceFactory()
Method Detail

getRepository

protected javax.jcr.Repository getRepository()
Specified by:
getRepository in class AbstractJcrServiceFactory