org.apache.jcs.access.monitor
Class MonitorAccess

java.lang.Object
  extended byorg.apache.jcs.access.monitor.MonitorAccess
All Implemented Interfaces:
java.io.Serializable

public class MonitorAccess
extends java.lang.Object
implements java.io.Serializable

Exposes the simple monitoring methods to the public in a simple manner.

Author:
asmuts
See Also:
Serialized Form

Field Summary
protected  CompositeCacheManager cacheMgr
          Description of the Field
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
MonitorAccess()
          Constructor for the MonitorAccess object
 
Method Summary
 java.lang.String delete(java.lang.String cacheName, java.lang.String key)
          Description of the Method
 java.util.ArrayList overview()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log

cacheMgr

protected CompositeCacheManager cacheMgr
Description of the Field

Constructor Detail

MonitorAccess

public MonitorAccess()
Constructor for the MonitorAccess object

Method Detail

delete

public java.lang.String delete(java.lang.String cacheName,
                               java.lang.String key)
Description of the Method


overview

public java.util.ArrayList overview()
Description of the Method