Package | Description |
---|---|
com.opencloud.slee.resources.sis.components | |
com.opencloud.slee.resources.sis.management |
Provides JMX MBean interfaces for managing the SIS.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositionID |
class |
ExtensionRefID |
class |
ExternalPlatformID |
class |
InterceptorID |
class |
InterceptorRefID |
class |
MacroID |
class |
ServiceRefID |
class |
SISComponentID |
class |
TriggerID |
Modifier and Type | Method and Description |
---|---|
SISComponent[] |
ExternalPlatformManagementMBean.getReferringComponents()
Get the set of components that depend on the external platform definition managed by this MBean.
|
SISComponent[] |
CompositionManagementMBean.getReferringComponents(CompositionID id)
Get the set of components that depend on a given composition component.
|
SISComponent[] |
ExtensionRefManagementMBean.getReferringComponents(ExtensionRefID extensionRefID)
Get the set of components that depend on a given extension reference component.
|
SISComponent[] |
InterceptorManagementMBean.getReferringComponents(InterceptorID id)
Get the set of components that depend on a given interceptor component.
|
SISComponent[] |
InterceptorManagementMBean.getReferringComponents(InterceptorRefID interceptorRefID)
Get the set of components that depend on a given interceptor reference component.
|
SISComponent[] |
MacroManagementMBean.getReferringComponents(MacroID id)
Get the set of components that depend on a given macro component.
|
SISComponent[] |
ServiceRefManagementMBean.getReferringComponents(ServiceRefID serviceRefID)
Get the set of components that depend on a given service reference component.
|