org.jbpm.jcr.jndi
Class JndiJcrServiceFactory

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

public class JndiJcrServiceFactory
extends AbstractJcrServiceFactory

See Also:
Serialized Form

Constructor Summary
JndiJcrServiceFactory()
           
 
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

JndiJcrServiceFactory

public JndiJcrServiceFactory()
Method Detail

getRepository

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