|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoadbalancerServiceMBean
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 |
---|
static final javax.management.ObjectName OBJECT_NAME
Method Detail |
---|
void setScheduler(javax.management.ObjectName schedulerObjectName)
schedulerObjectName
- javax.management.ObjectName getScheduler()
int getConnectionTimeout()
void setConnectionTimeout(int newTimeout)
int getConnectionsInUse()
void createMethod(Request schedRequest) throws NoHostAvailableException
NoHostAvailableException
void addRequestData(Request schedRequest)
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 |