Package | Description |
---|---|
com.opencloud.slee.resources.sis.management |
Provides JMX MBean interfaces for managing the SIS.
|
Modifier and Type | Method and Description |
---|---|
ExtensionRefID[] |
ExtensionRefManagementMBean.getExtensionRefs()
Get the component identifiers of all extension references in the SIS.
|
Modifier and Type | Method and Description |
---|---|
long |
ExtensionRefManagementMBean.getDefaultTimeout(ExtensionRefID extensionRefID)
Get the default invocation timeout for an extension reference.
|
CompositeData |
ExtensionRefManagementMBean.getDescriptor(ExtensionRefID extensionRefID)
Get information about an extension reference in the SIS.
|
SISComponent[] |
ExtensionRefManagementMBean.getReferringComponents(ExtensionRefID extensionRefID)
Get the set of components that depend on a given extension reference component.
|
void |
ExtensionRefManagementMBean.removeExtensionRef(ExtensionRefID extensionRefID)
Remove an extension reference from the SIS.
|
void |
ExtensionRefManagementMBean.replaceExtensionRef(ExtensionRefID extensionRefID,
ServiceID serviceID)
Replace an extension reference in the SIS with a new reference.
|
void |
ExtensionRefManagementMBean.setDefaultTimeout(ExtensionRefID extensionRefID,
long timeout)
Set the default invocation timeout for an extension reference.
|