Package com.opencloud.slee.resources.sis.management

Provides JMX MBean interfaces for managing the SIS.

Delayed Effect of Configuration Changes

Many of the SIS management methods cause configuration changes that do not take immediate effect. The SIS must be asked to reload its configuration in order for these changes to be noticed. The ResourceManagementMBean.updateConfigurationProperties(java.lang.String, javax.slee.resource.ConfigProperties) method is used to induce a configuration reload. For example:
ResourceManagementMBean resourceMgmt = ...;
String sis = "name of SIS";
resourceManagement.updateConfigurationProperties(sis, new ConfigurationProperties());