|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
Field Summary | |
static javax.management.ObjectName |
OBJECT_NAME
|
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
void |
addRequestData(Request schedRequest)
|
void |
createMethod(Request schedRequest)
|
int |
getConnectionsInUse()
Get the currently used connections to slave hosts. |
int |
getConnectionTimeout()
Get the currently used connection timeout to slave hosts. |
javax.management.ObjectName |
getScheduler()
Get the scheduler for this Loadbalancer. |
void |
handleRequest(Request schedRequest)
|
void |
setConnectionTimeout(int newTimeout)
Set the currently used connection timeout to slave hosts. |
void |
setScheduler(javax.management.ObjectName schedulerObjectName)
Set the scheduler for this Loadbalancer. |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Field Detail |
public static final javax.management.ObjectName OBJECT_NAME
Method Detail |
public void setScheduler(javax.management.ObjectName schedulerObjectName)
schedulerObjectName
- public javax.management.ObjectName getScheduler()
public int getConnectionTimeout()
public void setConnectionTimeout(int newTimeout)
public int getConnectionsInUse()
public void createMethod(Request schedRequest) throws NoHostAvailableException
NoHostAvailableException
public void addRequestData(Request schedRequest)
public void handleRequest(Request schedRequest) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |