Modifier and Type | Method and Description |
---|---|
static void |
SystemUtil.stop(PageContext pc,
Log log) |
static void |
SystemUtil.stop(PageContext pc,
Throwable t,
Log log) |
static void |
SystemUtil.stop(Thread thread,
Log log)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogAndSource
Contains a Log and the source from where is loaded
|
Modifier and Type | Class and Description |
---|---|
class |
LegacyLogger |
Modifier and Type | Method and Description |
---|---|
Log |
LegacyLogger.getLog() |
Log |
LoggerAndSourceData.getLog() |
Log |
LogAndSource.getLog() |
Modifier and Type | Method and Description |
---|---|
static void |
LogUtil.log(Log log,
int level,
String logName,
String msg,
StackTraceElement[] stackTrace) |
static void |
LogUtil.log(Log log,
int level,
String logName,
String msg,
Throwable t) |
static void |
LogUtil.log(Log log,
int level,
String logName,
Throwable t) |
Constructor and Description |
---|
LegacyLogger(Log logger) |
Modifier and Type | Class and Description |
---|---|
class |
LogAdapter |
Constructor and Description |
---|
LoggerAdapterImpl(Log logger,
String name) |
Constructor and Description |
---|
LogClassLoader(ClassLoader cl,
Log log) |
Modifier and Type | Method and Description |
---|---|
Log |
ConfigImpl.getLog(String name) |
Log |
ConfigImpl.getLog(String name,
boolean createIfNecessary) |
Modifier and Type | Method and Description |
---|---|
static org.hibernate.cfg.Configuration |
HibernateSessionFactory.createConfiguration(Log log,
String mappings,
DatasourceConnection dc,
SessionFactoryData data) |
void |
SessionFactoryData.setConfiguration(Log log,
String mappings,
DatasourceConnection dc) |
Modifier and Type | Method and Description |
---|---|
Log |
SearchCollectionSupport.getLogger() |
Log |
SearchCollectionSupport2.getLogger() |
Log |
SearchCollection.getLogger() |
Modifier and Type | Method and Description |
---|---|
static StringBuffer |
WebCrawler._parseItem(Log log,
org.apache.lucene.index.IndexWriter writer,
String root,
URL url,
List urlsDone,
String[] extensions,
boolean recurse,
int deep,
long timeout) |
Constructor and Description |
---|
WebCrawler(Log log) |
Modifier and Type | Method and Description |
---|---|
void |
SpoolerEngineImpl.setLog(Log log) |
Constructor and Description |
---|
SpoolerEngineImpl(Config config,
Resource persisDirectory,
String label,
Log log,
int maxThreads) |
Modifier and Type | Method and Description |
---|---|
static void |
ScopeContext.error(Log log,
String msg) |
static void |
ScopeContext.error(Log log,
Throwable t) |
static void |
ScopeContext.info(Log log,
String msg) |
Modifier and Type | Method and Description |
---|---|
static Client |
ClientMemory.getInstance(PageContext pc,
Log log)
load a new instance of the class
|
static Client |
ClientDatasource.getInstance(String datasourceName,
PageContext pc,
Log log)
load an new instance of the client datasource scope
|
static Client |
ClientFile.getInstance(String name,
PageContext pc,
Log log)
load new instance of the class
|
static Client |
ClientCookie.getInstance(String name,
PageContext pc,
Log log)
load new instance of the class
|
static Client |
ClientDatasource.getInstance(String datasourceName,
PageContext pc,
Log log,
Client defaultValue) |
static Client |
ClientCache.getInstance(String cacheName,
String appName,
PageContext pc,
Client existing,
Log log)
load an new instance of the client datasource scope
|
static Client |
ClientCache.getInstance(String cacheName,
String appName,
PageContext pc,
Client existing,
Log log,
Client defaultValue) |
Modifier and Type | Method and Description |
---|---|
static Session |
SessionMemory.getInstance(PageContext pc,
RefBoolean isNew,
Log log)
load a new instance of the class
|
static Session |
SessionFile.getInstance(String name,
PageContext pc,
Log log)
load new instance of the class
|
static Session |
SessionDatasource.getInstance(String datasourceName,
PageContext pc,
Log log)
load an new instance of the client datasource scope
|
static Session |
SessionCookie.getInstance(String name,
PageContext pc,
Log log)
load new instance of the class
|
static Session |
SessionDatasource.getInstance(String datasourceName,
PageContext pc,
Log log,
Session defaultValue) |
static Session |
SessionCache.getInstance(String cacheName,
String appName,
PageContext pc,
Session existing,
Log log)
load an new instance of the client datasource scope
|
static Session |
SessionCache.getInstance(String cacheName,
String appName,
PageContext pc,
Session existing,
Log log,
Session defaultValue) |
Modifier and Type | Method and Description |
---|---|
Log |
StorageScopeEngine._getLog() |
Constructor and Description |
---|
StorageScopeEngine(CFMLFactoryImpl factory,
Log log,
StorageScopeCleaner[] cleaners) |
Modifier and Type | Method and Description |
---|---|
void |
SQLExecutor.clean(Config config,
DatasourceConnection dc,
int type,
StorageScopeEngine engine,
DatasourceStorageScopeCleaner cleaner,
StorageScopeListener listener,
Log log) |
void |
MSSQL.clean(Config config,
DatasourceConnection dc,
int type,
StorageScopeEngine engine,
DatasourceStorageScopeCleaner cleaner,
StorageScopeListener listener,
Log log) |
void |
Ansi92.clean(Config config,
DatasourceConnection dc,
int type,
StorageScopeEngine engine,
DatasourceStorageScopeCleaner cleaner,
StorageScopeListener listener,
Log log) |
void |
MySQL.clean(Config config,
DatasourceConnection dc,
int type,
StorageScopeEngine engine,
DatasourceStorageScopeCleaner cleaner,
StorageScopeListener listener,
Log log) |
void |
SQLExecutor.delete(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Log log)
deletes the data in the datasource for a specific user (CFID), if there is no data for this user nothing is happeing
|
void |
MSSQL.delete(Config config,
String cfid,
String appName,
DatasourceConnection dc,
int type,
Log log) |
void |
Ansi92.delete(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Log log) |
void |
MySQL.delete(Config config,
String cfid,
String appName,
DatasourceConnection dc,
int type,
Log log) |
Query |
SQLExecutor.select(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Log log,
boolean createTableIfNotExist)
does a select statement on the datasource to get data
|
Query |
MSSQL.select(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Log log,
boolean createTableIfNotExist) |
Query |
Ansi92.select(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Log log,
boolean createTableIfNotExist) |
Query |
MySQL.select(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Log log,
boolean createTableIfNotExist) |
void |
SQLExecutor.update(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Struct data,
long timeSpan,
Log log)
updates the data in the datasource for a specific user (CFID), if the data not exist, a new record is created
|
void |
MSSQL.update(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Struct data,
long timeSpan,
Log log) |
void |
Ansi92.update(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Struct data,
long timeSpan,
Log log) |
void |
MySQL.update(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Struct data,
long timeSpan,
Log log) |
Copyright © 2015 Lucee