public class Celesta extends Object implements ICelesta
| Constructor and Description |
|---|
Celesta(BaseAppSettings appSettings) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Останавливает работу Celesta.
|
static Celesta |
createInstance() |
static Celesta |
createInstance(Properties properties) |
Collection<CallContext> |
getActiveContexts()
Returns the set of active (running) call contexts (for monitoring/debug
purposes).
|
ConnectionPool |
getConnectionPool() |
ru.curs.celesta.dbutils.adaptors.DBAdaptor |
getDBAdaptor() |
ILoggingManager |
getLoggingManager() |
IPermissionManager |
getPermissionManager() |
IProfiler |
getProfiler() |
Score |
getScore() |
Properties |
getSetupProperties() |
TriggerDispatcher |
getTriggerDispatcher() |
boolean |
isProfilemode()
Режим профилирования (записывается ли в таблицу calllog время вызовов
процедур).
|
static Properties |
loadPropertiesDynamically() |
boolean |
nullsFirst()
Возвращает поведение NULLS FIRST текущей базы данных.
|
void |
setProfilemode(boolean profilemode)
Устанавливает режим профилирования.
|
public Celesta(BaseAppSettings appSettings)
public Collection<CallContext> getActiveContexts()
public Properties getSetupProperties()
getSetupProperties in interface ICelestapublic IPermissionManager getPermissionManager()
getPermissionManager in interface ICelestapublic ILoggingManager 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 TriggerDispatcher getTriggerDispatcher()
getTriggerDispatcher in interface ICelestapublic void close()
close in interface AutoCloseablepublic static Celesta createInstance(Properties properties)
public static Celesta createInstance()
public static Properties loadPropertiesDynamically()
public boolean isProfilemode()
public boolean nullsFirst()
public void setProfilemode(boolean profilemode)
profilemode - режим профилирования.Copyright © 2018 CURS. All rights reserved.