| Package | Description |
|---|---|
| org.mobicents.slee | |
| org.mobicents.slee.management |
| Modifier and Type | Method and Description |
|---|---|
ConfigProperties |
ServiceConfigurationUpdateEvent.getConfigProperties()
Retrieves the ID of the Sbb which configuration was updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileExt.profileConfigurationUpdate(ConfigProperties properties)
This method is invoked by the SLEE whenever the Administrator
successfully updates a Profile Spec with new configuration properties.
|
void |
ProfileExt.profileConfigure(ConfigProperties properties)
The SLEE invokes this method on a Profile object in the Unconfigured
state to provide it with configuration properties common for any Profile
entity that uses the object.
|
void |
ProfileExt.profileVerifyConfiguration(ConfigProperties properties)
This method is invoked by the SLEE whenever a new Profile Spec, which
refers the abstract Profile class, is activated by the Administrator, or
when the Administrator attempts to update the configuration properties.
|
void |
SbbExt.sbbConfigurationUpdate(ConfigProperties properties)
This method is invoked by the SLEE whenever the Administrator
successfully updates a Service and SBB with new configuration properties.
|
void |
SbbExt.sbbConfigure(ConfigProperties properties)
The SLEE invokes this method on a SBB object in the Unconfigured state to
provide it with configuration properties common for any SBB entity that
uses the object.
|
void |
SbbExt.sbbVerifyConfiguration(ConfigProperties properties)
This method is invoked by the SLEE whenever a new service, which refers
the SBB, is activated by the Administrator, or when the Administrator
attempts to update the configuration properties of an existing service
which refers the SBB.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigProperties |
ProfileProvisioningExtMBean.getConfigurationProperties(javax.slee.profile.ProfileSpecificationID profileSpecificationID)
Get the configuration properties, and their default values if any, for
the specified Profile Specification.
|
ConfigProperties |
ServiceManagementExtMBean.getConfigurationProperties(javax.slee.ServiceID serviceID,
javax.slee.SbbID sbbID)
Get the configuration properties, and their default values if any, for
the specified Service's SBB.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileProvisioningExtMBean.updateConfigurationProperties(javax.slee.profile.ProfileSpecificationID profileSpecificationID,
ConfigProperties properties)
Reconfigure a Profile Specification with new configuration properties.
|
void |
ServiceManagementExtMBean.updateConfigurationProperties(javax.slee.ServiceID serviceID,
javax.slee.SbbID sbbID,
ConfigProperties properties)
Reconfigure a service with new configuration properties.
|
Copyright © 2016. All Rights Reserved.