|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JPPFDriverAdminMBean
MBean interface for the management of a JPPF driver.
| Field Summary |
|---|
| Fields inherited from interface org.jppf.management.JPPFAdminMBean |
|---|
DRIVER_MBEAN_NAME, DRIVER_SUFFIX, NODE_MBEAN_NAME, NODE_SUFFIX |
| Method Summary | |
|---|---|
String |
changeLoadBalancerSettings(String algorithm,
Map<Object,Object> parameters)
Change the bundle size tuning settings. |
LoadBalancingInformation |
loadBalancerInformation()
Obtain the current load-balancing settings. |
Collection<JPPFManagementInfo> |
nodesInformation()
Request the JMX connection information for all the nodes attached to the server. |
void |
resetStatistics()
Reset this server's statistics. |
String |
restartShutdown(Long shutdownDelay,
Long restartDelay)
Perform a shutdown or restart of the server. |
JPPFStats |
statistics()
Get the latest statistics snapshot from the JPPF driver. |
| Method Detail |
|---|
JPPFStats statistics()
throws Exception
JPPFStats instance.
Exception - if any error occurs.
Collection<JPPFManagementInfo> nodesInformation()
throws Exception
NodeManagementInfo instances.
Exception - if any error occurs.
String restartShutdown(Long shutdownDelay,
Long restartDelay)
throws Exception
shutdownDelay - the delay before shutting down the server, once the command is received.restartDelay - the delay before restarting, once the server is shutdown. If it is < 0, no restart occurs.
Exception - if any error occurs.
String changeLoadBalancerSettings(String algorithm,
Map<Object,Object> parameters)
throws Exception
algorithm - the name opf the load-balancing algorithm to set.parameters - the algorithm's parameters.
Exception - if an error occurred while updating the settings.
LoadBalancingInformation loadBalancerInformation()
throws Exception
LoadBalancingInformation.
Exception - if an error occurred while fetching the settings.
void resetStatistics()
throws Exception
reset() event via the JPPFDriverStatsManager instance.
Exception - if any error occurs.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||