com.intel.gpe.clients.api.virtualworkspace
Interface GPEVirtualTargetSystemFactoryClient

All Superinterfaces:
ServiceClient

public interface GPEVirtualTargetSystemFactoryClient
extends ServiceClient

Version:
$Id: GPEVirtualTargetSystemFactoryClient.java,v 1.13 2006/10/24 10:30:45 sdharani Exp $
Author:
Sai Srinivas Dharanikota

Method Summary
<WorkspaceClientType extends WorkspaceClient>
WorkspaceClientType
createVTSR(org.w3c.dom.Element configuration, java.util.Calendar initialTerminationTime, java.lang.String workspaceServiceURL, java.lang.String imageName, java.lang.String gridFTPURI)
          The method to create a GPE style virutal target system
 Build[] getBuilds()
           
 

Method Detail

createVTSR

<WorkspaceClientType extends WorkspaceClient> WorkspaceClientType createVTSR(org.w3c.dom.Element configuration,
                                                                             java.util.Calendar initialTerminationTime,
                                                                             java.lang.String workspaceServiceURL,
                                                                             java.lang.String imageName,
                                                                             java.lang.String gridFTPURI)
                                                       throws GPEMarshallingException,
                                                              GPEMiddlewareServiceException,
                                                              GPESecurityException,
                                                              GPETSRNotCreatedException,
                                                              GPEMiddlewareRemoteException
The method to create a GPE style virutal target system

Parameters:
configuration - Configuration
Returns:
The client to the created workspace
Throws:
GPEMarshallingException
GPEMiddlewareServiceException
GPESecurityException
GPETSRNotCreatedException
GPEMiddlewareRemoteException

getBuilds

Build[] getBuilds()
                  throws GPEMiddlewareServiceException,
                         GPESecurityException,
                         GPEMiddlewareRemoteException
Throws:
GPEMiddlewareServiceException
GPESecurityException
GPEMiddlewareRemoteException


Copyright © 2008. All Rights Reserved.