|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChainManager
Filter manager, manage call in filter's chain
Method Summary | |
---|---|
java.lang.Object |
callFilter(java.lang.String strInstanceName,
java.io.Serializable key)
Call the instanceName filter/cache |
void |
emptyCaches()
Finds all the caches and flush them |
int |
getCachesSize()
get the sum of all cache sizes |
IChainNode |
getFilter(java.lang.String strInstanceName)
Return the filter named instanceName A RuntimeException will be throw if no cache/filter exist with
this name. |
java.lang.String |
getPluginName()
Return the plugin name which the filter is associated |
void |
init(java.lang.String strBase)
Init the instance with params based on prefix strBase |
Method Detail |
---|
void init(java.lang.String strBase)
strBase
strBase
- The prefix of params to searchjava.lang.Object callFilter(java.lang.String strInstanceName, java.io.Serializable key)
instanceName
filter/cache
strInstanceName
- Name of the filterkey
- Key of the object
null
if no object foundIChainNode getFilter(java.lang.String strInstanceName)
instanceName
RuntimeException
will be throw if no cache/filter exist with
this name.
strInstanceName
- Name of the filter
java.lang.String getPluginName()
void emptyCaches()
int getCachesSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |