|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addApplicationInstance(String applicationInstanceName, String password, String applicationIdentifier, String serviceProviderIdentifier, String reference) Add an application instance. |
int |
countApplicationInstances(String applicationIdentifier, String serviceProviderIdentifier, String state) Count application instances. |
ApplicationInstanceDescription |
getApplicationInstance(String applicationInstanceName) Get application instance description. |
String[] |
listApplicationInstances(String applicationIdentifier, String serviceProviderIdentifier, String state, int offset, int size) List application instances. |
void |
removeApplicationInstance(String applicationInstanceName) Remove an application instance. |
void |
setApplicationInstancePassword(String applicationInstanceName, String password) Set application instance password. |
void |
setApplicationInstanceProperties(String applicationInstanceName, Set properties) Set application instance properties. |
void |
setApplicationInstanceReference(String applicationInstanceName, String reference) Set application instance reference. |
void |
setApplicationInstanceState(String applicationInstanceName, String state) Set application instance state. |
Method Detail |
public void addApplicationInstance(String applicationInstanceName, String password, String applicationIdentifier, String serviceProviderIdentifier, String reference) throws DuplicateKeyException, KeyNotFoundException
applicationInstanceName
- The application instance name.password
- The password.applicationIdentifier
- The application account.serviceProviderIdentifier
- The service provider account.reference
- An alias reference ID for this application instance.com.bea.wlcp.wlng.api.management.DuplicateKeyException
- If the account already exists.com.bea.wlcp.wlng.api.management.KeyNotFoundException
- If no such account exists.DuplicateKeyException
KeyNotFoundException
public int countApplicationInstances(String applicationIdentifier, String serviceProviderIdentifier, String state) throws KeyNotFoundException
applicationIdentifier
- The application (optional).serviceProviderIdentifier
- The service provider (optional).state
- The state (ACTIVATED or DEACTIVATED) (optional).com.bea.wlcp.wlng.api.management.KeyNotFoundException
- If no such account exists.KeyNotFoundException
public ApplicationInstanceDescription getApplicationInstance(String applicationInstanceName)
applicationInstanceName
- The application instance name.public String[] listApplicationInstances(String applicationIdentifier, String serviceProviderIdentifier, String state, int offset, int size) throws KeyNotFoundException
applicationIdentifier
- The application identifier (optional).serviceProviderIdentifier
- The service provider (optional).state
- The state (ACTIVATED or DEACTIVATED) (optional).offset
- Offset in complete resultset. Must be >= 0.size
- Number of entries to return. 0 means no limit.com.bea.wlcp.wlng.api.management.KeyNotFoundException
- If no such account exists.KeyNotFoundException
public void removeApplicationInstance(String applicationInstanceName) throws ManagementException
applicationInstanceName
- the application instance.com.bea.wlcp.wlng.api.management.ManagementException
- If the application instance is not in deactivated state.ManagementException
public void setApplicationInstancePassword(String applicationInstanceName, String password) throws KeyNotFoundException
applicationInstanceName
- The application instance to update.password
- The new password.com.bea.wlcp.wlng.api.management.KeyNotFoundException
- If the application instance does not exist.KeyNotFoundException
public void setApplicationInstanceProperties(String applicationInstanceName, Set properties) throws KeyNotFoundException
applicationInstanceName
- The application instance to update.properties
- The new properties. A set with Map.Entry<String, String>.com.bea.wlcp.wlng.api.management.KeyNotFoundException
- If the application instance does not exist.KeyNotFoundException
public void setApplicationInstanceReference(String applicationInstanceName, String reference) throws KeyNotFoundException
applicationInstanceName
- The application instance to update.reference
- The new reference.com.bea.wlcp.wlng.api.management.KeyNotFoundException
- If the application instance does not exist.KeyNotFoundException
public void setApplicationInstanceState(String applicationInstanceName, String state) throws KeyNotFoundException, ManagementException
applicationInstanceName
- The application instance to update.state
- The new state (ACTIVATED or DEACTIVATED).com.bea.wlcp.wlng.api.management.KeyNotFoundException
- If the application instance does not exist.com.bea.wlcp.wlng.api.management.ManagementException
- If a parameter was invalid.KeyNotFoundException
ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |