|
Oracle Communications Services Gatekeeper OAM Java API Reference 7.0.0.1 E96580-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
abstract void |
addApplicationGroup(java.lang.String applicationGroupIdentifier)
Adds an application group with attached service level agreements. |
abstract void |
addServiceProviderGroup(java.lang.String serviceProviderGroupIdentifier)
Adds a service provider group with attached service level agreements. |
abstract void |
addServiceProviderGroupWithProperties(java.lang.String serviceProviderGroupIdentifier,
java.io.Serializable properties)
Adds a service provider group with attached service level agreements. |
abstract int |
countApplicationGroups()
Counts the number of application groups. |
abstract int |
countServiceProviderGroups()
Counts the number of service provider groups. |
abstract ApplicationGroupDescription |
getApplicationGroup(java.lang.String applicationGroupIdentifier)
Gets an application group description. |
abstract ServiceProviderGroupDescription |
getServiceProviderGroup(java.lang.String serviceProviderGroupIdentifier)
Gets the service provider group description. |
abstract java.lang.String[] |
listApplicationGroups(int offset,
int size)
Lists application groups. |
abstract java.lang.String[] |
listServiceProviderGroups(int offset,
int size)
Lists service provider groups. |
abstract void |
removeApplicationGroup(java.lang.String applicationGroupIdentifier)
Removes an empty application group. |
abstract void |
removeServiceProviderGroup(java.lang.String serviceProviderGroupIdentifier)
Removes an empty service provider group. |
abstract void |
setApplicationGroupProperties(java.lang.String applicationGroupIdentifier,
java.util.Set properties)
Sets properties for an application group. |
abstract void |
setServiceProviderGroupProperties(java.lang.String serviceProviderGroupIdentifier,
java.util.Set properties)
Sets properties for a service provider group. |
abstract void |
setServiceProviderGroupPropertiesByString(java.lang.String serviceProviderGroupIdentifier,
java.lang.String properties)
Sets properties by string for a service provider group. |
Method Detail |
public void addApplicationGroup(java.lang.String applicationGroupIdentifier) throws com.bea.wlcp.wlng.api.management.DuplicateKeyException, com.bea.wlcp.wlng.api.management.ManagementException
Scope: Domain
applicationGroupIdentifier
- The group identifier.
com.bea.wlcp.wlng.api.management.DuplicateKeyException
- If the account group already exists
or there were duplicate service level agreements specified.
com.bea.wlcp.wlng.api.management.ManagementException
- If an unexpected
error occurred.public void addServiceProviderGroup(java.lang.String serviceProviderGroupIdentifier) throws com.bea.wlcp.wlng.api.management.DuplicateKeyException, com.bea.wlcp.wlng.api.management.ManagementException
Scope: Domain
serviceProviderGroupIdentifier
- The group identifier.
com.bea.wlcp.wlng.api.management.DuplicateKeyException
- If the account group already exists
or there were duplicate service level agreements specified.
com.bea.wlcp.wlng.api.management.ManagementException
- If an unexpected
error occurred.public void addServiceProviderGroupWithProperties(java.lang.String serviceProviderGroupIdentifier, java.io.Serializable properties) throws com.bea.wlcp.wlng.api.management.DuplicateKeyException, com.bea.wlcp.wlng.api.management.ManagementException
Scope: Domain
serviceProviderGroupIdentifier
- The group identifier.properties
- Properties.
com.bea.wlcp.wlng.api.management.DuplicateKeyException
- If the account group already exists
or there were duplicate service level agreements specified.
com.bea.wlcp.wlng.api.management.ManagementException
- If an unexpected
error occurred.public int countApplicationGroups()
Scope: Domain
public int countServiceProviderGroups()
Scope: Domain
public ApplicationGroupDescription getApplicationGroup(java.lang.String applicationGroupIdentifier)
Scope: Domain
applicationGroupIdentifier
- The account group identifier.
public ServiceProviderGroupDescription getServiceProviderGroup(java.lang.String serviceProviderGroupIdentifier)
Scope: Domain
serviceProviderGroupIdentifier
- The account group identifier.
public java.lang.String[] listApplicationGroups(int offset, int size)
Scope: Domain
offset
- Offset within the complete resultset. Must be >= 0.size
- Number of entries to return. 0 means no limit.
public java.lang.String[] listServiceProviderGroups(int offset, int size)
Scope: Domain
offset
- Offset within the complete resultset. Must be >= 0.size
- Number of entries to return. 0 means no limit.
public void removeApplicationGroup(java.lang.String applicationGroupIdentifier) throws com.bea.wlcp.wlng.api.management.ManagementException
Scope: Domain
applicationGroupIdentifier
- The group to remove.
com.bea.wlcp.wlng.api.management.ManagementException
- If the group contains accounts.public void removeServiceProviderGroup(java.lang.String serviceProviderGroupIdentifier) throws com.bea.wlcp.wlng.api.management.ManagementException
Scope: Domain
serviceProviderGroupIdentifier
- The group to remove.
com.bea.wlcp.wlng.api.management.ManagementException
- If the group contains accounts.public void setApplicationGroupProperties(java.lang.String applicationGroupIdentifier, java.util.Set properties) throws com.bea.wlcp.wlng.api.management.KeyNotFoundException
Scope: Domain
applicationGroupIdentifier
- The group to update.properties
- The new properties. A set with Map.Entrycom.bea.wlcp.wlng.api.management.KeyNotFoundException
- If the group does not exist.public void setServiceProviderGroupProperties(java.lang.String serviceProviderGroupIdentifier, java.util.Set properties) throws com.bea.wlcp.wlng.api.management.KeyNotFoundException
Note: Only applicable when the MBean is accessed directly.
Scope: Domain
serviceProviderGroupIdentifier
- The group to update.properties
- The new properties. A set with Map.Entrycom.bea.wlcp.wlng.api.management.KeyNotFoundException
- If the group does not exist.public void setServiceProviderGroupPropertiesByString(java.lang.String serviceProviderGroupIdentifier, java.lang.String properties) throws com.bea.wlcp.wlng.api.management.KeyNotFoundException, com.bea.wlcp.wlng.api.management.ManagementException
Note: Only applicable when the MBean is accessed directly.
Scope: Domain
serviceProviderGroupIdentifier
- The group to update.properties
- The new properties. A string with format "key1=value1;key2=value2;..."
com.bea.wlcp.wlng.api.management.KeyNotFoundException
- If the group does not exist.
com.bea.wlcp.wlng.api.management.ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 7.0.0.1 E96580-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |