|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| Method Summary | |
void |
addApplicationGroup(String applicationGroupIdentifier)
Add an application group with attached service level agreements. |
void |
addServiceProviderGroup(String serviceProviderGroupIdentifier)
Add an service provider group with attached service level agreements. |
int |
countApplicationGroups()
Count number of application groups. |
int |
countServiceProviderGroups()
Count number of service provider groups. |
ApplicationGroupDescription |
getApplicationGroup(String applicationGroupIdentifier)
Get application group description. |
ServiceProviderGroupDescription |
getServiceProviderGroup(String serviceProviderGroupIdentifier)
Get service provider group description. |
String[] |
listApplicationGroups(int offset,
int size)
List application groups. |
String[] |
listServiceProviderGroups(int offset,
int size)
List service provider groups. |
void |
removeApplicationGroup(String applicationGroupIdentifier)
Remove an empty application group. |
void |
removeServiceProviderGroup(String serviceProviderGroupIdentifier)
Remove an empty service provider group. |
void |
setApplicationGroupProperties(String applicationGroupIdentifier,
Set properties)
Set properties for an application group. |
void |
setServiceProviderGroupProperties(String serviceProviderGroupIdentifier,
Set properties)
Set properties for a service provider group. |
| Method Detail |
public void addApplicationGroup(String applicationGroupIdentifier)
throws DuplicateKeyException,
ManagementException
applicationGroupIdentifier - The group identifier.
com.bea.wlcp.wlng.api.management.DuplicateKeyException - If the account group already existed
or there was 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
serviceProviderGroupIdentifier - The group identifier.
com.bea.wlcp.wlng.api.management.DuplicateKeyException - If the account group already existed
or there was duplicate service level agreements specified.
com.bea.wlcp.wlng.api.management.ManagementException - If an unexpected
error occurred.
DuplicateKeyException
ManagementExceptionpublic int countApplicationGroups()
public int countServiceProviderGroups()
public ApplicationGroupDescription getApplicationGroup(String applicationGroupIdentifier)
applicationGroupIdentifier - The account group identifier.
public ServiceProviderGroupDescription getServiceProviderGroup(String serviceProviderGroupIdentifier)
serviceProviderGroupIdentifier - The account group identifier.
public String[] listApplicationGroups(int offset,
int size)
offset - Offset in complete resultset. Must be >= 0.size - Number of entries to return. 0 means no limit.
public String[] listServiceProviderGroups(int offset,
int size)
offset - Offset in complete resultset. Must be >= 0.size - Number of entries to return. 0 means no limit.
public void removeApplicationGroup(String applicationGroupIdentifier)
throws ManagementException
applicationGroupIdentifier - The group to destroy.
com.bea.wlcp.wlng.api.management.ManagementException - If the group contains accounts.
ManagementException
public void removeServiceProviderGroup(String serviceProviderGroupIdentifier)
throws ManagementException
serviceProviderGroupIdentifier - The group to destroy.
com.bea.wlcp.wlng.api.management.ManagementException - If the group contains accounts.
ManagementException
public void setApplicationGroupProperties(String applicationGroupIdentifier,
Set properties)
throws KeyNotFoundException
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.
KeyNotFoundException
public void setServiceProviderGroupProperties(String serviceProviderGroupIdentifier,
Set properties)
throws KeyNotFoundException
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.
KeyNotFoundException
|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||