KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > web > tomcat > tc5 > session > JBossManagerCMPMBean


1 /*
2  * JBoss, the OpenSource WebOS
3  *
4  * Distributable under LGPL license.
5  * See terms of license at gnu.org.
6  */

7 package org.jboss.web.tomcat.tc5.session;
8
9 /** The MBean-interface for the ClusterManager
10  *
11  @see org.jboss.ha.httpsession.server.ClusteredHTTPSessionService
12
13  @author Thomas Peuss <jboss@peuss.de>
14  @version $Revision: 1.1.2.2 $
15  */

16 public interface JBossManagerCMPMBean
17 {
18    public Integer JavaDoc getLocalActiveSessionCount();
19 }
20
Popular Tags