Package | Description |
---|---|
com.opencloud.slee.resources.sis.management |
Provides JMX MBean interfaces for managing the SIS.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalPlatformManagementMBean.addINAddress(String address)
Add an IN address to the external platform definition managed by this MBean.
|
void |
ExternalPlatformManagementMBean.addINAddress(String address,
int position)
Add an IN address to the external platform definition managed by this MBean.
|
void |
ExternalPlatformManagementMBean.addSIPAddress(String address)
Add a SIP address to the external platform definition managed by this MBean.
|
void |
ExternalPlatformManagementMBean.addSIPAddress(String address,
int position)
Add a SIP address to the external platform definition managed by this MBean.
|