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

static final javax.management.ObjectName OBJECT_NAME
Method Detail

getConnectionTimeout

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


setConnectionTimeout

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


getConnectionsInUse

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



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