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)

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
 

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-2011 jclouds. All Rights Reserved.