public abstract class AbstractRepositorySessionFactory extends Object implements RepositorySessionFactory
| Constructor and Description | 
|---|
| AbstractRepositorySessionFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| protected abstract void | initialize() | 
| boolean | isOpen() | 
| void | open() | 
| protected abstract void | shutdown() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateSessionpublic AbstractRepositorySessionFactory()
protected abstract void initialize()
protected abstract void shutdown()
public void open()
open in interface RepositorySessionFactorypublic boolean isOpen()
isOpen in interface RepositorySessionFactorypublic void close()
close in interface RepositorySessionFactoryCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.