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

java.lang.Object
  extended by com.intel.gpe.client2.requests.BaseRequest
      extended by com.intel.gpe.client2.common.requests.ListApplicationsRequest
All Implemented Interfaces:
Request, java.io.Serializable

public class ListApplicationsRequest
extends BaseRequest

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

Constructor Summary
ListApplicationsRequest(ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,?> targetSystem)
           
 
Method Summary
 ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,?> getTargetSystem()
           
 java.lang.Object perform()
          The request body.
 
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

ListApplicationsRequest

public ListApplicationsRequest(ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,?> targetSystem)
Method Detail

perform

public java.lang.Object perform()
                         throws java.lang.Throwable
Description copied from interface: Request
The request body.

Returns:
the result of the request
Throws:
java.lang.Throwable - TODO

getTargetSystem

public ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,?> getTargetSystem()


Copyright © 2008. All Rights Reserved.