Interface SipSISManagementMBean

  • All Superinterfaces:
    SISManagementMBean

    public interface SipSISManagementMBean
    extends SISManagementMBean
    The 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.