Interface INSISManagementMBean

  • All Superinterfaces:
    SISManagementMBean

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