|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.facade.AbstractBaseFacade
public class AbstractBaseFacade
The abstract base to all the scope facades
| Constructor Summary | |
|---|---|
init(JavaLoader javaLoader, any cacheConfig, any threadPool, EventManager eventManager, CacheMonitor cacheMonitor)
Constructor |
|
| Method Summary | |
|---|---|
void |
configure(string key)
configuration, due to di loops |
private AbstractBaseObserverCollection |
createObservable(string type)
Returns a Observable collection object |
AbstractBaseObserverCollection |
getAfterCreateObserverCollection()
|
AbstractBaseObserverCollection |
getAfterDeleteObserverCollection()
|
AbstractBaseObserverCollection |
getAfterDiscardObserverCollection()
|
AbstractBaseObserverCollection |
getAfterNewObserverCollection()
|
AbstractBaseObserverCollection |
getAfterUpdateObserverCollection()
|
AbstractBaseObserverCollection |
getBeforeCreateObserverCollection()
|
AbstractBaseObserverCollection |
getBeforeDeleteObserverCollection()
|
AbstractBaseObserverCollection |
getBeforeUpdateObserverCollection()
|
private any |
getCacheConfig()
|
any |
getCacheManager()
return com.compoundtheory.objectcache.CacheManager |
private CacheMonitor |
getCacheMonitor()
|
private EventManager |
getEventManager()
|
private string |
getIdentityHashCode(any object)
Gets the object hash code |
private JavaLoader |
getJavaLoader()
|
private string |
getKey()
|
AbstractBaseObserverCollection |
getObserverCollectionByType(string type)
returns a particular observer collection |
private struct |
getObserverFunctionMap()
|
private struct |
getScope()
Overwrite to return the scope this facade refers to |
private string |
getScopeIdentityHashCode()
gets the identity hash code of the scope |
private struct |
getScopePlace()
Returns the place in which the Transfer parts are stored |
SoftReferenceRegister |
getSoftReferenceRegister()
|
private any |
getThreadPool()
|
boolean |
hasAfterCreateObserverCollection()
Whether it exists in the scope or not |
boolean |
hasAfterDeleteObserverCollection()
Whether it exists in the scope or not |
boolean |
hasAfterDiscardObserverCollection()
Whether it exists in the scope or not |
boolean |
hasAfterNewObserverCollection()
Whether it exists in the scope or not |
boolean |
hasAfterUpdateObserverCollection()
Whether it exists in the scope or not |
boolean |
hasBeforeCreateObserverCollection()
Whether it exists in the scope or not |
boolean |
hasBeforeDeleteObserverCollection()
Whether it exists in the scope or not |
boolean |
hasBeforeUpdateObserverCollection()
Whether it exists in the scope or not |
boolean |
hasCacheManager()
Whether it exists in the scope or not |
private boolean |
hasScopePlace()
checks to see if the scope has been accessed at all |
boolean |
hasSoftReferenceRegister()
Whether it exists in the scope or not |
private boolean |
scopePlaceKeyExists(string key)
Returns true if the scope place key exists |
private void |
setAfterCreateObserverCollection(AbstractBaseObserverCollection AfterCreateObserverCollection)
|
private void |
setAfterDeleteObserverCollection(AbstractBaseObserverCollection AfterDeleteObserverCollection)
|
private void |
setAfterDiscardObserverCollection(AbstractBaseObserverCollection AfterDiscardObserverCollection)
|
private void |
setAfterNewObserverCollection(AbstractBaseObserverCollection AfterNewObserverCollection)
|
private void |
setAfterUpdateObserverCollection(AbstractBaseObserverCollection AfterUpdateObserverCollection)
|
private void |
setBeforeCreateObserverCollection(AbstractBaseObserverCollection BeforeCreateObserverCollection)
|
private void |
setBeforeDeleteObserverCollection(AbstractBaseObserverCollection BeforeDeleteObserverCollection)
|
private void |
setBeforeUpdateObserverCollection(AbstractBaseObserverCollection BeforeUpdateObserverCollection)
|
private void |
setCacheConfig(any cacheConfig)
|
private void |
setCacheManager(any CacheManager)
|
private void |
setCacheMonitor(CacheMonitor cacheMonitor)
|
private void |
setEventManager(EventManager EventManager)
|
private void |
setFacadeMap(struct facadeMap)
|
private void |
setJavaLoader(JavaLoader JavaLoader)
|
private void |
setKey(string Key)
|
private void |
setObserverFunctionMap(struct observerFunctionMap)
|
private void |
setSoftReferenceRegister(SoftReferenceRegister softReferenceRegister)
|
private void |
setThreadPool(any threadPool)
|
private any |
throw(string type, string message, [string detail=''])
Throws an Exception |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(JavaLoader javaLoader, any cacheConfig, any threadPool, EventManager eventManager, CacheMonitor cacheMonitor)
javaLoader - The JavaLoader for loading the caching objectscacheConfig - The cache configthreadPool - the Java thread pool implementationeventManagercacheMonitor - The cache monitor| Method Detail |
|---|
public void configure(string key)
key - The key to store values underprivate AbstractBaseObserverCollection createObservable(string type)
type - key for what type to getpublic AbstractBaseObserverCollection getAfterCreateObserverCollection()
public AbstractBaseObserverCollection getAfterDeleteObserverCollection()
public AbstractBaseObserverCollection getAfterDiscardObserverCollection()
public AbstractBaseObserverCollection getAfterNewObserverCollection()
public AbstractBaseObserverCollection getAfterUpdateObserverCollection()
public AbstractBaseObserverCollection getBeforeCreateObserverCollection()
public AbstractBaseObserverCollection getBeforeDeleteObserverCollection()
public AbstractBaseObserverCollection getBeforeUpdateObserverCollection()
private any getCacheConfig()
public any getCacheManager()
private CacheMonitor getCacheMonitor()
private EventManager getEventManager()
private string getIdentityHashCode(any object)
object - The Object the query is associated withprivate JavaLoader getJavaLoader()
private string getKey()
public AbstractBaseObserverCollection getObserverCollectionByType(string type)
type - key for what type to getprivate struct getObserverFunctionMap()
private struct getScope()
private string getScopeIdentityHashCode()
private struct getScopePlace()
public SoftReferenceRegister getSoftReferenceRegister()
private any getThreadPool()
public boolean hasAfterCreateObserverCollection()
public boolean hasAfterDeleteObserverCollection()
public boolean hasAfterDiscardObserverCollection()
public boolean hasAfterNewObserverCollection()
public boolean hasAfterUpdateObserverCollection()
public boolean hasBeforeCreateObserverCollection()
public boolean hasBeforeDeleteObserverCollection()
public boolean hasBeforeUpdateObserverCollection()
public boolean hasCacheManager()
private boolean hasScopePlace()
public boolean hasSoftReferenceRegister()
private boolean scopePlaceKeyExists(string key)
key - the key to look forprivate void setAfterCreateObserverCollection(AbstractBaseObserverCollection AfterCreateObserverCollection)
AfterCreateObserverCollectionprivate void setAfterDeleteObserverCollection(AbstractBaseObserverCollection AfterDeleteObserverCollection)
AfterDeleteObserverCollectionprivate void setAfterDiscardObserverCollection(AbstractBaseObserverCollection AfterDiscardObserverCollection)
AfterDiscardObserverCollectionprivate void setAfterNewObserverCollection(AbstractBaseObserverCollection AfterNewObserverCollection)
AfterNewObserverCollectionprivate void setAfterUpdateObserverCollection(AbstractBaseObserverCollection AfterUpdateObserverCollection)
AfterUpdateObserverCollectionprivate void setBeforeCreateObserverCollection(AbstractBaseObserverCollection BeforeCreateObserverCollection)
BeforeCreateObserverCollectionprivate void setBeforeDeleteObserverCollection(AbstractBaseObserverCollection BeforeDeleteObserverCollection)
BeforeDeleteObserverCollectionprivate void setBeforeUpdateObserverCollection(AbstractBaseObserverCollection BeforeUpdateObserverCollection)
BeforeUpdateObserverCollectionprivate void setCacheConfig(any cacheConfig)
cacheConfigprivate void setCacheManager(any CacheManager)
CacheManagerprivate void setCacheMonitor(CacheMonitor cacheMonitor)
cacheMonitorprivate void setEventManager(EventManager EventManager)
EventManagerprivate void setFacadeMap(struct facadeMap)
facadeMapprivate void setJavaLoader(JavaLoader JavaLoader)
JavaLoaderprivate void setKey(string Key)
Keyprivate void setObserverFunctionMap(struct observerFunctionMap)
observerFunctionMapprivate void setSoftReferenceRegister(SoftReferenceRegister softReferenceRegister)
softReferenceRegisterprivate void setThreadPool(any threadPool)
threadPoolprivate any throw(string type, string message, [string detail=''])
type - The type of exceptionmessage - The message to accompany the exceptiondetail - The detail message for the exception
|
Transfer version 1.1 | ||||
| FRAMES | |||||