public final class CelestaImpl extends Object implements ICelesta
| Constructor and Description |
|---|
CelestaImpl(ru.curs.celesta.dbutils.adaptors.DBAdaptor dbAdaptor,
ConnectionPool connectionPool,
Score score) |
CelestaImpl(ru.curs.celesta.dbutils.adaptors.DBAdaptor dbAdaptor,
ConnectionPool connectionPool,
Score score,
String scorePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ConnectionPool |
getConnectionPool() |
ru.curs.celesta.dbutils.adaptors.DBAdaptor |
getDBAdaptor() |
LoggingManager |
getLoggingManager() |
PermissionManager |
getPermissionManager() |
IProfiler |
getProfiler() |
Score |
getScore() |
String |
getScorePath()
Returns Celesta's score path.
|
Properties |
getSetupProperties() |
TriggerDispatcher |
getTriggerDispatcher() |
boolean |
isClosed()
Whether connection pool is closed.
|
public CelestaImpl(ru.curs.celesta.dbutils.adaptors.DBAdaptor dbAdaptor, ConnectionPool connectionPool, Score score)
public CelestaImpl(ru.curs.celesta.dbutils.adaptors.DBAdaptor dbAdaptor, ConnectionPool connectionPool, Score score, String scorePath)
public TriggerDispatcher getTriggerDispatcher()
getTriggerDispatcher in interface ICelestapublic Properties getSetupProperties()
getSetupProperties in interface ICelestapublic PermissionManager getPermissionManager()
getPermissionManager in interface ICelestapublic LoggingManager getLoggingManager()
getLoggingManager in interface ICelestapublic ConnectionPool getConnectionPool()
getConnectionPool in interface ICelestapublic IProfiler getProfiler()
getProfiler in interface ICelestapublic ru.curs.celesta.dbutils.adaptors.DBAdaptor getDBAdaptor()
getDBAdaptor in interface ICelestapublic void close()
throws Exception
close in interface AutoCloseableExceptionpublic boolean isClosed()
public String getScorePath()
Copyright © 2021 CURS. All rights reserved.