com.intel.gpe.client2.common.requests
Class GetTargetSystemsRequest
java.lang.Object
com.intel.gpe.client2.requests.BaseRequest
com.intel.gpe.client2.common.clientwrapper.GetCachedClientListRequest<com.intel.gpe.clients.api.TargetSystemClient,ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,java.lang.String>>
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetTargetSystemsRequest
public GetTargetSystemsRequest(ClientWrapper<? extends com.intel.gpe.clients.api.TargetSystemFactoryClient,?> factory)
- Parameters:
factory
- the factorystringConverter
- the string converter
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.