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

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

public class StartRequest
extends BaseRequest

Request the job to start. The null value is returned.

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

Constructor Summary
StartRequest(ClientWrapper<com.intel.gpe.clients.api.JobClient,?> client)
          Create the request.
 
Method Summary
 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

StartRequest

public StartRequest(ClientWrapper<com.intel.gpe.clients.api.JobClient,?> client)
Create the request.

Parameters:
client - - the client to the job instance
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


Copyright © 2008. All Rights Reserved.