Package | Description |
---|---|
com.opencloud.slee.resources.sis.management |
Provides JMX MBean interfaces for managing the SIS.
|
Modifier and Type | Method and Description |
---|---|
ServiceRefID[] |
ServiceRefManagementMBean.getServiceRefs()
Get the component identifiers of all service references in the SIS.
|
Modifier and Type | Method and Description |
---|---|
long |
ServiceRefManagementMBean.getDefaultTimeout(ServiceRefID serviceRefID)
Get the default invocation timeout for a service reference.
|
Object[] |
ServiceRefManagementMBean.getDependencies(ServiceRefID serviceRefID)
Get the set of components that a given service reference component depends on.
|
CompositeData |
ServiceRefManagementMBean.getDescriptor(ServiceRefID serviceRefID)
Get information about a service reference in the SIS.
|
SISComponent[] |
ServiceRefManagementMBean.getReferringComponents(ServiceRefID serviceRefID)
Get the set of components that depend on a given service reference component.
|
int |
ServiceRefManagementMBean.getStaticChargingPriority(ServiceRefID serviceRefID)
Get the static charging priority for a service reference.
|
void |
ServiceRefManagementMBean.removeServiceRef(ServiceRefID serviceRefID)
Remove a service reference from the SIS.
|
void |
ServiceRefManagementMBean.setDefaultTimeout(ServiceRefID serviceRefID,
long timeout)
Set the default invocation timeout for a service reference.
|
void |
ServiceRefManagementMBean.setStaticChargingPriority(ServiceRefID serviceRefID,
int priority)
Set the static charging priority for a service reference.
|