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, wait
createSession
public AbstractRepositorySessionFactory()
protected abstract void initialize()
protected abstract void shutdown()
public void open()
open
in interface RepositorySessionFactory
public boolean isOpen()
isOpen
in interface RepositorySessionFactory
public void close()
close
in interface RepositorySessionFactory
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.