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

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


org.jboss.monitor.client
Class BeanCacheSnapshot

java.lang.Object
  extended byorg.jboss.monitor.client.BeanCacheSnapshot
All Implemented Interfaces:
Serializable

public class BeanCacheSnapshot
extends Object
implements Serializable

Version:
$Revision: 1.3 $
Author:
Simone Bordet
See Also:
Monitorable, Serialized Form

Field Summary
 String m_application
           
 int m_cacheCapacity
           
 int m_cacheMaxCapacity
           
 int m_cacheMinCapacity
           
 int m_cacheSize
           
 String m_container
           
 int m_passivatingBeans
           
 
Constructor Summary
BeanCacheSnapshot()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_application

public String m_application

m_container

public String m_container

m_passivatingBeans

public int m_passivatingBeans

m_cacheMinCapacity

public int m_cacheMinCapacity

m_cacheMaxCapacity

public int m_cacheMaxCapacity

m_cacheCapacity

public int m_cacheCapacity

m_cacheSize

public int m_cacheSize
Constructor Detail

BeanCacheSnapshot

public BeanCacheSnapshot()
Method Detail

toString

public String toString()


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