com.intel.gpe.clients.api.gpe
Interface GPETargetSystemManagementClient

All Superinterfaces:
ServiceClient, TargetSystemManagementClient, WSRFClient, WSRPClient

public interface GPETargetSystemManagementClient
extends TargetSystemManagementClient

The GPE specific methods of the Target System Management interface.

Version:
$Id: GPETargetSystemManagementClient.java,v 1.7 2006/08/28 09:18:30 dizhigul Exp $
Author:
Alexander Lukichev

Method Summary
 Application newApplication(java.lang.String name, java.lang.String version, java.lang.String decription)
           
 Incarnation newIncarnation(java.lang.String template)
          Create a GPE specific incarnation specification.
 User newUser(java.lang.String userDName, org.w3c.dom.Element data)
           
 User newUser(java.security.cert.X509Certificate cert, org.w3c.dom.Element data)
           
 
Methods inherited from interface com.intel.gpe.clients.api.TargetSystemManagementClient
addApplication, addRegistryUser, addUser, getTargetSystemConfiguration, getUsers, removeApplication, removeUser, updateUser
 
Methods inherited from interface com.intel.gpe.clients.api.WSRPClient
getMultipleResourceProperties, getResourceProperty, getResourcePropertyDocument, queryXPath10Properties
 

Method Detail

newApplication

Application newApplication(java.lang.String name,
                           java.lang.String version,
                           java.lang.String decription)

newIncarnation

Incarnation newIncarnation(java.lang.String template)
                           throws GPEIncarnationCreationFailedException
Create a GPE specific incarnation specification.

Parameters:
template - String representation of GPE incarnation template (don't prepend with '')
Returns:
The GPE specific incarnation information
Throws:
GPEIncarnationCreationFailedException

newUser

User newUser(java.security.cert.X509Certificate cert,
             org.w3c.dom.Element data)
             throws GPECertificateProcessionException
Throws:
GPECertificateProcessionException

newUser

User newUser(java.lang.String userDName,
             org.w3c.dom.Element data)
             throws GPECertificateProcessionException
Throws:
GPECertificateProcessionException


Copyright © 2008. All Rights Reserved.