|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Each profile provider is responsible for a group of subscribers identified by their URI. Bulk operations allow the provider to optimize for multiple subscriber profile retrievals.
Method Summary | |
List |
contractExpired(List serviceClasses, List currentContracts) The provider has a chance to update SubscriberContracts that have expired. |
List |
init(List serviceClasses, List currentContracts) This method is invoked when the profileProvider has been instantiated. |
List |
serviceClassesUpdated(List serviceClasses, List currentContracts) This is called when the Service Level Agreements (SLAs) has been changed and the serviceClasses are thus modified, and gives the profileProvider an opportunity to update the subscriberContracts. |
Method Detail |
public List contractExpired(List serviceClasses, List currentContracts)
serviceClasses
- - Service classes defined in the SLAcurrentContracts
- - Contracts created by this provider that need to be updatedpublic List init(List serviceClasses, List currentContracts)
serviceClasses
- - service classes defined in the SLApublic List serviceClassesUpdated(List serviceClasses, List currentContracts)
serviceClasses
- The updated serviceClassescurrentContracts
- The contracts that are currently set for this provider
|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |