|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addApplicationGroup(String applicationGroupIdentifier) Adds an application group with attached service level agreements. |
void |
addServiceProviderGroup(String serviceProviderGroupIdentifier) Adds a service provider group with attached service level agreements. |
void |
addServiceProviderGroup(String serviceProviderGroupIdentifier, Serializable properties) Adds a service provider group with attached service level agreements. |
int |
countApplicationGroups() Counts the number of application groups. |
int |
countServiceProviderGroups() Counts the number of service provider groups. |
ApplicationGroupDescription |
getApplicationGroup(String applicationGroupIdentifier) Gets an application group description. |
ServiceProviderGroupDescription |
getServiceProviderGroup(String serviceProviderGroupIdentifier) Gets the service provider group description. |
String[] |
listApplicationGroups(int offset, int size) Lists application groups. |
String[] |
listServiceProviderGroups(int offset, int size) Lists service provider groups. |
void |
removeApplicationGroup(String applicationGroupIdentifier) Removes an empty application group. |
void |
removeServiceProviderGroup(String serviceProviderGroupIdentifier) Removes an empty service provider group. |
void |
setApplicationGroupProperties(String applicationGroupIdentifier, Set properties) Sets properties for an application group. |
void |
setServiceProviderGroupProperties(String serviceProviderGroupIdentifier, Set properties) Sets properties for a service provider group. |
void |
setServiceProviderGroupPropertiesByString(String serviceProviderGroupIdentifier, String properties) Sets properties by string for a service provider group. |
Method Detail |
public void addApplicationGroup(String applicationGroupIdentifier) throws DuplicateKeyException, 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.DuplicateKeyException
ManagementException
public void addServiceProviderGroup(String serviceProviderGroupIdentifier) throws DuplicateKeyException, 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.DuplicateKeyException
ManagementException
public void addServiceProviderGroup(String serviceProviderGroupIdentifier, Serializable properties) throws DuplicateKeyException, 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.DuplicateKeyException
ManagementException
public int countApplicationGroups()
Scope: Domain
public int countServiceProviderGroups()
Scope: Domain
public ApplicationGroupDescription getApplicationGroup(String applicationGroupIdentifier)
Scope: Domain
applicationGroupIdentifier
- The account group identifier.public ServiceProviderGroupDescription getServiceProviderGroup(String serviceProviderGroupIdentifier)
Scope: Domain
serviceProviderGroupIdentifier
- The account group identifier.public 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 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(String applicationGroupIdentifier) throws ManagementException
Scope: Domain
applicationGroupIdentifier
- The group to remove.com.bea.wlcp.wlng.api.management.ManagementException
- If the group contains accounts.ManagementException
public void removeServiceProviderGroup(String serviceProviderGroupIdentifier) throws ManagementException
Scope: Domain
serviceProviderGroupIdentifier
- The group to remove.com.bea.wlcp.wlng.api.management.ManagementException
- If the group contains accounts.ManagementException
public void setApplicationGroupProperties(String applicationGroupIdentifier, Set properties) throws KeyNotFoundException
Scope: Domain
applicationGroupIdentifier
- The group to update.properties
- The new properties. A set with Map.Entry<String, String>.com.bea.wlcp.wlng.api.management.KeyNotFoundException
- If the group does not exist.KeyNotFoundException
public void setServiceProviderGroupProperties(String serviceProviderGroupIdentifier, Set properties) throws 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.Entry<String, String>.com.bea.wlcp.wlng.api.management.KeyNotFoundException
- If the group does not exist.KeyNotFoundException
public void setServiceProviderGroupPropertiesByString(String serviceProviderGroupIdentifier, String properties) throws KeyNotFoundException, 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.KeyNotFoundException
ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |