org.jclouds.gogrid.binders
Class BindObjectNameToGetJobsRequestQueryParams

java.lang.Object
  extended by org.jclouds.gogrid.binders.BindObjectNameToGetJobsRequestQueryParams
All Implemented Interfaces:
Binder

public class BindObjectNameToGetJobsRequestQueryParams
extends Object
implements Binder

Author:
Oleksiy Yarmula
See Also:
GridJobClient.getJobsForObjectName(String)

Constructor Summary
BindObjectNameToGetJobsRequestQueryParams()
           
 
Method Summary
<R extends HttpRequest>
R
bindToRequest(R request, Object input)
          Maps the object's name to the input of
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindObjectNameToGetJobsRequestQueryParams

public BindObjectNameToGetJobsRequestQueryParams()
Method Detail

bindToRequest

public <R extends HttpRequest> R bindToRequest(R request,
                                               Object input)
Maps the object's name to the input of bindToRequest in interface Binder


Copyright © 2009-2012 jclouds. All Rights Reserved.