public interface INSISManagementMBean extends SISManagementMBean
INSISManagementMBean
interface is the main management interface of the
SIS-IN. It extends the generic SISManagementMBean
interface by providing access
to additional management functions specific to the SIS-IN.
Each INSIS RA entity provides its own INSISManagementMBean
instance.
Management clients can access the INSISManagementMBean
instance for a particular
RA entity using a JMX ObjectName
of the form:
com.opencloud.SIS:name=<ra-entity>,type=SISManagement
.
The SISProvider.getSISManagementMBean(String)
method provides a convenient way for clients to obtain the object name for an RA entity.
SIS_MANAGEMENT_DOMAIN, SIS_MANAGEMENT_TYPE
Modifier and Type | Method and Description |
---|---|
ObjectName |
getConfigurationManagementMBean()
Get the JMX Object Name of the SIS-IN's
INConfigurationManagementMBean object. |
ObjectName |
getServiceKeySubscriptionManagementMBean()
Get the JMX Object Name of the SIS-IN's
ServiceKeySubscriptionManagementMBean object. |
audit, getAddressSubscriptionManagementMBean, getCompositionManagementMBean, getExperimentalFeatureManagementMBean, getExtensionRefManagementMBean, getInterceptorManagementMBean, getMacroManagementMBean, getNetworkInterfaceManagementMBean, getServiceRefManagementMBean, getTriggerAddressTracingManagementMBean, getTriggerManagementMBean
ObjectName getConfigurationManagementMBean()
INConfigurationManagementMBean
object.getConfigurationManagementMBean
in interface SISManagementMBean
ConfigurationManagementMBean
object.ObjectName getServiceKeySubscriptionManagementMBean()
ServiceKeySubscriptionManagementMBean
object.ServiceKeySubscriptionManagementMBean
object.