Uses of Interface
railo.runtime.type.scope.storage.StorageScopeListener

Packages that use StorageScopeListener
railo.runtime.type.scope.storage   
railo.runtime.type.scope.storage.clean   
railo.runtime.type.scope.storage.db   
 

Uses of StorageScopeListener in railo.runtime.type.scope.storage
 

Classes in railo.runtime.type.scope.storage that implement StorageScopeListener
 class SessionEndListener
           
 

Uses of StorageScopeListener in railo.runtime.type.scope.storage.clean
 

Constructors in railo.runtime.type.scope.storage.clean with parameters of type StorageScopeListener
CacheStorageScopeCleaner(int type, StorageScopeListener listener)
           
DatasourceStorageScopeCleaner(int type, StorageScopeListener listener)
           
FileStorageScopeCleaner(int type, StorageScopeListener listener)
           
StorageScopeCleanerSupport(int type, StorageScopeListener listener, int intervall)
           
 

Uses of StorageScopeListener in railo.runtime.type.scope.storage.db
 

Methods in railo.runtime.type.scope.storage.db with parameters of type StorageScopeListener
 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)
           
 



Copyright © 2012 Railo