Skip Headers
Oracle® Communications Services Gatekeeper Accounts and SLAs Guide
Release 5.1

E37537-01
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

4 Managing Groups

This chapter describes how service provider and application groups are managed and provisioned. See the following sections:

See "Reference: Attributes and Operations for ApplicationGroups" for information finding the operations in the Administration Console and for the name of the MBean.

Before you can register application and service provider groups, SLAs must be created. See "Defining Service Provider Group and Application Group SLAs".

Summary of Tasks Related to Groups

The following is a summary of tasks related to groups.

Application Groups

Table 4-1 describes the tasks related to application groups and the operations you use to perform those tasks.

Table 4-1 Tasks Related to Application Groups

Task Operation to Use

Get information about the number of application groups

countApplicationGroups

Add, remove and get information about an application group

addApplicationGroup

removeApplicationGroup

getApplicationGroup

List registered application groups

listApplicationGroups

Define additional properties for an application group

setApplicationGroupProperties


Service Provider Groups

Table 4-2 describes the tasks related to service provider groups and the operations you use to perform those tasks.

Table 4-2 Tasks Related to Service Provider Groups

Task Operation to Use

Get information about the number of service provider groups

countServiceProviderGroups

Add, remove and get information about a service provider group

addServiceProviderGroup

removeServiceProviderGroup

getServiceProviderGroup

List registered service provider groups

listServiceProviderGroups

Define additional properties for an service provider group

setServiceProviderGroupProperties


Reference: Attributes and Operations for ApplicationGroups

Managed object: Container Services > AccountService > ApplicationGroups

MBean: com.bea.wlcp.wlng.account.management.ApplicationGroupMBean

Following is a list of operations for configuration and maintenance.


addApplicationGroup

The addApplicationGroup operation adds a new application group.

Scope

Domain

Signature

addApplicationGroup(ApplicationGroupIdentifier: String)

Parameters

ApplicationGroupIdentifier

Unique ID for the application group


addServiceProviderGroup

The addServiceProviderGroup operation adds a new service provider group.

Scope

Domain

Signature

addServiceProviderGroup( ServiceProviderGroupIdentifier: String)

Parameters

ServiceProviderGroupIdentifier

Unique ID for the service provider group


countApplicationGroups

The countApplicationGroups operation displays the number of application groups.

Scope

Domain

Signature

countApplicationGroups()

countServiceProviderGroups

The countServiceProviderGroups operation displays the number of service provider groups.

Scope

Domain

Signature

countServiceProviderGroups()

getApplicationGroup

The getApplicationGroup operation displays information about an application group, including:

Scope

Domain

Signature

getApplicationGroup(ApplicationGroupIdentifier: String)

Parameters

ApplicationGroupIdentifier

ID of the application group whose description is desired.


getServiceProviderGroup

The getServiceProviderGroup operation displays information about a service provider group.

The information includes:

Scope

Domain

Signature

getServiceProviderGroup(ServiceProviderGroupIdentifier: String)

Parameters

ServiceProviderGroupIdentifier

ID of the service provider group for which to get information.


listApplicationGroups

The listApplicationGroups operation displays a list of application groups.

The resultant list contains application group IDs.

Scope

Domain

Signature

listApplicationGroups(Offset: int, Size: int)

Parameters

Offset

Offset in the list. Starts with 0 (zero).

Size

Size of the list.

For no restrictions on the size of the list, use 0 (zero).


listServiceProviderGroups

The listServiceProviderGroups operation displays a list of service provider groups.

The resultant list contains service provider group IDs.

Scope

Domain

Signature

listServiceProviderGroups(Offset: int, Size: int)

Parameters

Offset

Offset in the list. Starts with 0 (zero).

Size

Size of the list.

For no restrictions on the size of the list, use 0 (zero).


removeApplicationGroup

The removeApplicationGroup operation removes an existing application group. The group must not have any applications associated with it.

Scope

Domain

Signature

removeApplicationGroup(ApplicationGroupIdentifier: String)

Parameters

ApplicationGroupIdentifier

ID for the application group.


removeServiceProviderGroup

The removeServiceProviderGroup operation removes an existing service provider group. The group must not have any service providers associated with it.

Scope

Domain

Signature

removeServiceProviderGroup(ServiceProviderGroupIdentifier: String)

Parameters

ServiceProviderGroupIdentifier

ID for the service provider group.


setApplicationGroupProperties

The setApplicationGroupProperties operation specifies properties for an application group.

Note:

This operation is applicable only when the MBean is accessed directly.

Scope

Domain

Signature

setApplicationGroupProperties(ApplicationGroupIdentifier: String, Properties: Set<Map.Entry<String, String>>)

Parameters

ApplicationGroupIdentifier

ID of the application group whose properties are to be set.

Properties

See "Account Properties" for more information.


setServiceProviderGroupProperties

The setServiceProviderGroupProperties operation specifies properties for a service provider group.

Note:

This operation is applicable only when the MBean is accessed directly.

Scope

Domain

Signature

setServiceProviderGroupProperties(ServiceProviderGroupIdentifier: String, Properties: Set<Map.Entry<String, String>>)

Parameters

ServiceProviderGroupIdentifier

ID of the service provider group whose properties are to be set.

Properties

See "Account Properties" for more information.