Uses of Class
com.opencloud.slee.resources.sis.components.ExtensionRefID
-
Packages that use ExtensionRefID Package Description com.opencloud.slee.resources.sis.management Provides JMX MBean interfaces for managing the SIS. -
-
Uses of ExtensionRefID in com.opencloud.slee.resources.sis.management
Methods in com.opencloud.slee.resources.sis.management that return ExtensionRefID Modifier and Type Method Description ExtensionRefID[]
ExtensionRefManagementMBean. getExtensionRefs()
Get the component identifiers of all extension references in the SIS.Methods in com.opencloud.slee.resources.sis.management with parameters of type ExtensionRefID Modifier and Type Method 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.
-