public interface SipSISManagementMBean extends SISManagementMBean
SipSISManagementMBean
is the main management interface of the SIS-SIP.
It extends the generic SISManagementMBean
interface by providing access
to additional management functions specific to the SIS-SIP.
Each SIS-SIP RA entity provides its own SipSISManagementMBean
instance.
Management clients can access the SipSISManagementMBean
instance for
a particular RA entity using a JMX ObjectName
of the form:
com.opencloud.SIS:name=<ra-entity>,type=SISManagement
.
The SISClient.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-SIP's
SipConfigurationManagementMBean object. |
audit, getAddressSubscriptionManagementMBean, getCompositionManagementMBean, getExperimentalFeatureManagementMBean, getExtensionRefManagementMBean, getInterceptorManagementMBean, getMacroManagementMBean, getNetworkInterfaceManagementMBean, getServiceRefManagementMBean, getTriggerAddressTracingManagementMBean, getTriggerManagementMBean
ObjectName getConfigurationManagementMBean()
SipConfigurationManagementMBean
object.getConfigurationManagementMBean
in interface SISManagementMBean
ConfigManagementMBean
object.