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
 void bindToRequest(HttpRequest 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 void bindToRequest(HttpRequest request,
                          Object input)
Maps the object's name to the input of bindToRequest in interface Binder


Copyright © 2009-2010 jclouds. All Rights Reserved.