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

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.TargetSystemClient,ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,java.lang.String>>
          extended by com.intel.gpe.client2.common.requests.GetTargetSystemsRequest
All Implemented Interfaces:
Request, java.io.Serializable

public class GetTargetSystemsRequest
extends GetCachedClientListRequest<com.intel.gpe.clients.api.TargetSystemClient,ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,java.lang.String>>

Get the list of target systems from the registry. The observer receives the list of pairs (String,TargetSystemClient). The string component is defined with string converter.

Version:
$Id: GetTargetSystemsRequest.java,v 1.9 2006/10/19 13:40:48 dizhigul Exp $
Author:
Ralf Ratering, Alexander Lukichev
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.intel.gpe.client2.common.clientwrapper.GetCachedClientListRequest
converter
 
Constructor Summary
GetTargetSystemsRequest(ClientWrapper<? extends com.intel.gpe.clients.api.TargetSystemFactoryClient,?> factory)
           
 
Method Summary
 ClientWrapper<? extends com.intel.gpe.clients.api.TargetSystemFactoryClient,?> getFactory()
           
 java.util.List<ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,java.lang.String>> 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

GetTargetSystemsRequest

public GetTargetSystemsRequest(ClientWrapper<? extends com.intel.gpe.clients.api.TargetSystemFactoryClient,?> factory)
Parameters:
factory - the factory
stringConverter - the string converter
Method Detail

getFactory

public ClientWrapper<? extends com.intel.gpe.clients.api.TargetSystemFactoryClient,?> getFactory()

perform

public java.util.List<ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,java.lang.String>> 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.TargetSystemClient,ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,java.lang.String>>
Returns:
the result of the request
Throws:
java.lang.Throwable - TODO


Copyright © 2008. All Rights Reserved.