站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

BeanCacheMonitorMBean (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.monitor
Interface BeanCacheMonitorMBean

All Known Implementing Classes:
BeanCacheMonitor

public interface BeanCacheMonitorMBean

The JMX management interface for the BeanCacheMonitor MBean.

Version:
$Revision: 1.5 $
Author:
Simone Bordet
See Also:
Monitorable

Method Summary
 BeanCacheSnapshot[] getSnapshots()
          Returns the cache data at the call instant.
 Collection listSnapshots()
          Describe listSnapshots method here.
 

Method Detail

getSnapshots

public BeanCacheSnapshot[] getSnapshots()
Returns the cache data at the call instant.

Returns:
null if a problem is encountered while sampling the cache, otherwise an array (possibly of size 0) with the cache data.

listSnapshots

public Collection listSnapshots()
                         throws javax.management.JMException
Describe listSnapshots method here. Returns as a collection, throws JMException on problem

Returns:
a Collection value
Throws:
javax.management.JMException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.