com.intel.gpe.client2.common.requests
Class GetTargetSystemFactoriesRequest

java.lang.Object
  extended by com.intel.gpe.client2.requests.BaseRequest
      extended by com.intel.gpe.client2.common.clientwrapper.GetCachedClientListRequest<com.intel.gpe.clients.api.WSLTClient,TargetSystemFactoryClientWrapper>
          extended by com.intel.gpe.client2.common.requests.GetTargetSystemFactoriesRequest
All Implemented Interfaces:
Request, java.io.Serializable

public class GetTargetSystemFactoriesRequest
extends GetCachedClientListRequest<com.intel.gpe.clients.api.WSLTClient,TargetSystemFactoryClientWrapper>

Version:
$Id$
Author:
Denis Zhigula
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.intel.gpe.client2.common.clientwrapper.GetCachedClientListRequest
converter
 
Constructor Summary
GetTargetSystemFactoriesRequest(ClientWrapper<? extends com.intel.gpe.clients.api.RegistryClient,?> registry, com.intel.gpe.clients.api.ClientFactory<com.intel.gpe.clients.api.TargetSystemFactoryClient> factory)
           
 
Method Summary
 ClientWrapper<? extends com.intel.gpe.clients.api.RegistryClient,?> getRegistry()
           
 java.util.List<TargetSystemFactoryClientWrapper> perform()
          The request body.
 
Methods inherited from class com.intel.gpe.client2.common.clientwrapper.GetCachedClientListRequest
convert
 
Methods inherited from class com.intel.gpe.client2.requests.BaseRequest
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetTargetSystemFactoriesRequest

public GetTargetSystemFactoriesRequest(ClientWrapper<? extends com.intel.gpe.clients.api.RegistryClient,?> registry,
                                       com.intel.gpe.clients.api.ClientFactory<com.intel.gpe.clients.api.TargetSystemFactoryClient> factory)
Method Detail

perform

public java.util.List<TargetSystemFactoryClientWrapper> perform()
                                                         throws java.lang.Throwable
Description copied from interface: Request
The request body.

Specified by:
perform in interface Request
Specified by:
perform in class GetCachedClientListRequest<com.intel.gpe.clients.api.WSLTClient,TargetSystemFactoryClientWrapper>
Returns:
the result of the request
Throws:
java.lang.Throwable - TODO

getRegistry

public ClientWrapper<? extends com.intel.gpe.clients.api.RegistryClient,?> getRegistry()


Copyright © 2008. All Rights Reserved.