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

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

public class AbortRequest
extends BaseRequest

Version:
$Id: AbortRequest.java,v 1.8 2006/10/20 15:07:42 mlukichev Exp $
Author:
Alexander Lukichev
See Also:
Serialized Form

Constructor Summary
AbortRequest(ClientWrapper<com.intel.gpe.clients.api.JobClient,?> client)
           
 
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

AbortRequest

public AbortRequest(ClientWrapper<com.intel.gpe.clients.api.JobClient,?> client)
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.