|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TargetSystemManagementClient
The client interface to target system management operations
Method Summary | ||
---|---|---|
void |
addApplication(Application application,
Incarnation incarnation)
Add application to the list of applications supported by a target system |
|
void |
addRegistryUser(User user)
Add user as a Registry to the list of users for a target system |
|
void |
addUser(User user)
Add user to a list of users for a taget system |
|
org.w3c.dom.Element |
getTargetSystemConfiguration()
Provide current configuration of target system |
|
|
getUsers()
Get a list of users from a target system |
|
void |
removeApplication(java.lang.String appName,
java.lang.String appVersion)
Remove application from the list of applications supported by a target system |
|
void |
removeUser(User user)
Remove user from a target system |
|
void |
updateUser(User user)
Update user information |
Methods inherited from interface com.intel.gpe.clients.api.WSRPClient |
---|
getMultipleResourceProperties, getResourceProperty, getResourcePropertyDocument, queryXPath10Properties |
Method Detail |
---|
<UserType extends User> java.util.List<UserType> getUsers() throws GPEInvalidResourcePropertyQNameException, GPEResourceUnknownException, GPEUnmarshallingException, GPESecurityException, GPEMiddlewareRemoteException, GPEMiddlewareServiceException
GPEInvalidResourcePropertyQNameException
- If target system does not provide User property
GPEResourceUnknownException
- If WSRF-HE fails to find a resource with corresponding identifier
GPEUnmarshallingException
- If something bad happens during convertation from XML to resource property object
GPESecurityException
- If client fails to setup security
GPEMiddlewareRemoteException
- If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException
- If middleware throws an analogue of ServiceExceptionvoid addUser(User user) throws GPEUserNotAddedException, GPEResourceUnknownException, GPECertificateProcessionException, GPESecurityException, GPEMiddlewareServiceException, GPEMiddlewareRemoteException
user
- user information
GPEUserNotAddedException
- If taget system refused to add a user
GPECertificateProcessionException
- If client-side failed to obtain required information from certificate provided
GPEResourceUnknownException
- If WSRF-HE fails to find a resource with corresponding identifier
GPESecurityException
- If client fails to setup security
GPEMiddlewareRemoteException
- If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException
- If middleware throws an analogue of ServiceExceptionvoid addRegistryUser(User user) throws GPEUserNotAddedException, GPEResourceUnknownException, GPECertificateProcessionException, GPESecurityException, GPEMiddlewareServiceException, GPEMiddlewareRemoteException
user
- user information
GPEUserNotAddedException
- If taget system refused to add a user
GPECertificateProcessionException
- If client-side failed to obtain required information from certificate provided
GPEResourceUnknownException
- If WSRF-HE fails to find a resource with corresponding identifier
GPESecurityException
- If client fails to setup security
GPEMiddlewareRemoteException
- If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException
- If middleware throws an analogue of ServiceExceptionvoid updateUser(User user) throws GPECertificateProcessionException, GPEMiddlewareServiceException, GPESecurityException, GPEUserNotUpdatedException, GPEResourceUnknownException, GPEMiddlewareRemoteException
user
- user information
GPEUserNotUpdatedException
- If target system refused to update user information
GPECertificateProcessionException
- If client-side failed to obtain required information from certificate provided
GPEResourceUnknownException
- If WSRF-HE fails to find a resource with corresponding identifier
GPESecurityException
- If client fails to setup security
GPEMiddlewareRemoteException
- If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException
- If middleware throws an analogue of ServiceExceptionvoid removeUser(User user) throws GPEMiddlewareServiceException, GPESecurityException, GPEUserNotRemovedException, GPEResourceUnknownException, GPEMiddlewareRemoteException
user
- user information
GPEUserNotRemovedException
- If target system refused to remove user
GPEResourceUnknownException
- If WSRF-HE fails to find a resource with corresponding identifier
GPESecurityException
- If client fails to setup security
GPEMiddlewareRemoteException
- If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException
- If middleware throws an analogue of ServiceExceptionvoid addApplication(Application application, Incarnation incarnation) throws GPEMiddlewareServiceException, GPESecurityException, GPEApplicationNotAddedException, GPEResourceUnknownException, GPEMiddlewareRemoteException
application
- application dataincarnation
- incarnation template for an application
GPEApplicationNotAddedException
- If target system refused to add this application
GPEResourceUnknownException
- If WSRF-HE fails to find a resource with corresponding identifier
GPESecurityException
- If client fails to setup security
GPEMiddlewareRemoteException
- If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException
- If middleware throws an analogue of ServiceExceptionvoid removeApplication(java.lang.String appName, java.lang.String appVersion) throws GPEMiddlewareServiceException, GPESecurityException, GPEResourceUnknownException, GPEApplicationNotRemovedException, GPEMiddlewareRemoteException
appName
- application nameappVersion
- application version
GPEApplicationNotRemovedException
- If target system refused to remove this application
GPEResourceUnknownException
- If WSRF-HE fails to find a resource with corresponding identifier
GPESecurityException
- If client fails to setup security
GPEMiddlewareRemoteException
- If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException
- If middleware throws an analogue of ServiceExceptionorg.w3c.dom.Element getTargetSystemConfiguration() throws GPEInvalidResourcePropertyQNameException, GPEResourceUnknownException, GPESecurityException, GPEUnmarshallingException, GPEMiddlewareRemoteException, GPEMiddlewareServiceException
GPEInvalidResourcePropertyQNameException
- If target system does not provide TSConfig property
GPEResourceUnknownException
- If WSRF-HE fails to find a resource with corresponding identifier
GPESecurityException
- If client fails to setup security
GPEUnmarshallingException
- If something bad happens during convertation from XML to resource property object
GPEMiddlewareRemoteException
- If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException
- If middleware throws an analogue of ServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |