1 /*2 * JBoss, the OpenSource WebOS3 *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 ClusterManager10 *11 @see org.jboss.ha.httpsession.server.ClusteredHTTPSessionService12 13 @author Thomas Peuss <jboss@peuss.de>14 @version $Revision: 1.1.2.2 $15 */16 public interface JBossManagerCMPMBean17 {18 public Integer getLocalActiveSessionCount();19 }20