|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ConnectorServerMBean.java Exposes a managment interface for JMX connector servers. Note the JMX specification doesn't define exactly what a connector server looks like. This interface and implementation are Tivoli specific.
Method Summary | |
int |
getConnections()
The number of active connections to the connector server. |
int |
getMaxConnections()
The maximum number of simultaneous connections that will be accepted by a connector server. |
int |
getRequests()
The number of requests that have been handled by a connector server. |
long |
getUptime()
The length of time a connector server has been servicing requests. |
void |
setMaxConnections(int maxConnections)
Sets the maximum number of simultaneous connections to be serviced by a connector server. |
void |
start()
Begin servicing requests. |
void |
stop()
Stop servicing requests. |
Method Detail |
public int getConnections()
public int getMaxConnections()
public int getRequests()
public long getUptime()
public void setMaxConnections(int maxConnections)
maxConnections
- intpublic void start() throws java.lang.reflect.InvocationTargetException, java.lang.IllegalStateException
public void stop()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |