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

LoadbalancerMBean (Various API) - JBoss 4.0.1 sp1 varia API Documentation 英文版文档


org.jboss.web.loadbalancer
Interface LoadbalancerMBean

All Known Implementing Classes:
Loadbalancer

public interface LoadbalancerMBean

MBean interface.


Field Summary
static javax.management.ObjectName OBJECT_NAME
           
 
Method Summary
 int getConnectionsInUse()
          Get the currently used connections to slave hosts.
 int getConnectionTimeout()
          Get the currently used connection timeout to slave hosts.
 void setConnectionTimeout(int newTimeout)
          Set the currently used connection timeout to slave hosts.
 

Field Detail

OBJECT_NAME

public static final javax.management.ObjectName OBJECT_NAME
Method Detail

getConnectionTimeout

public int getConnectionTimeout()
Get the currently used connection timeout to slave hosts.


setConnectionTimeout

public void setConnectionTimeout(int newTimeout)
Set the currently used connection timeout to slave hosts.


getConnectionsInUse

public int getConnectionsInUse()
Get the currently used connections to slave hosts.



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