|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dtolabs.rundeck.core.resources.LoggingResourceModelSourceCache
public class LoggingResourceModelSourceCache
Facade for CachingResourceModelSource
that logs cache store and load events.
Field Summary | |
---|---|
static org.apache.log4j.Logger |
logger
|
Constructor Summary | |
---|---|
LoggingResourceModelSourceCache(ResourceModelSourceCache cache,
java.lang.String ident)
|
Method Summary | |
---|---|
INodeSet |
loadCachedNodes()
Load nodes from the cache |
void |
storeNodesInCache(INodeSet nodes)
Store the nodes in a cache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.apache.log4j.Logger logger
Constructor Detail |
---|
public LoggingResourceModelSourceCache(ResourceModelSourceCache cache, java.lang.String ident)
Method Detail |
---|
public void storeNodesInCache(INodeSet nodes) throws ResourceModelSourceException
ResourceModelSourceCache
storeNodesInCache
in interface ResourceModelSourceCache
ResourceModelSourceException
public INodeSet loadCachedNodes() throws ResourceModelSourceException
ResourceModelSourceCache
loadCachedNodes
in interface ResourceModelSourceCache
ResourceModelSourceException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |