|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractChainNode
fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractAccessor
fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.LogTimeAccess
public class LogTimeAccess
Log the time for sub-nodes calls
Properties read here:
Constructor Summary | |
---|---|
LogTimeAccess()
Public constuctor |
Method Summary | |
---|---|
java.lang.Object |
doSearch(IContextChainManager filterManager,
java.io.Serializable key)
Realise the search of the object |
void |
init(java.lang.String strBase)
Init the instance with params based on prefix strBase |
Methods inherited from class fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractAccessor |
---|
getObject |
Methods inherited from class fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractChainNode |
---|
getImplementationDescription, getImplementationName, readInitKeyAdapter, readInitObjectTransform |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogTimeAccess()
Method Detail |
---|
public void init(java.lang.String strBase)
IChainNode
strBase
init
in interface IChainNode
init
in class AbstractAccessor
strBase
- The prefix of params to searchIChainNode.init(String)
public java.lang.Object doSearch(IContextChainManager filterManager, java.io.Serializable key)
AbstractAccessor
doSearch
in class AbstractAccessor
filterManager
- The context filter/cache manager, used to call next filter or ask parameterskey
- the key of the element
AbstractCache.doSearch(IContextChainManager, Serializable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |