Uses of Interface
org.rhq.bindings.client.RhqFacade

Packages that use RhqFacade
org.rhq.bindings   
org.rhq.bindings.client   
org.rhq.bindings.util   
 

Uses of RhqFacade in org.rhq.bindings
 

Methods in org.rhq.bindings with parameters of type RhqFacade
 void StandardBindings.setFacade(PrintWriter output, RhqFacade rhqFacade)
          If you want to preserve non-client-dependent bindings when the facade changes, call this as opposed to constructing new StandardBindings.
 

Constructors in org.rhq.bindings with parameters of type RhqFacade
StandardBindings(PrintWriter output, RhqFacade rhqFacade)
           
 

Uses of RhqFacade in org.rhq.bindings.client
 

Classes in org.rhq.bindings.client with type parameters of type RhqFacade
 class AbstractRhqFacadeProxy<T extends RhqFacade>
          An abstract InvocationHandler to help the script users create proxies to actually call the correct methods on RHQ.
 

Methods in org.rhq.bindings.client that return RhqFacade
 RhqFacade ResourceClientFactory.getRemoteClient()
           
 

Methods in org.rhq.bindings.client with parameters of type RhqFacade
protected  javassist.util.proxy.MethodHandler ResourceClientFactory.instantiateMethodHandler(ResourceClientProxy proxy, List<Class<?>> interfaces, RhqFacade remoteClient)
           
 

Constructors in org.rhq.bindings.client with parameters of type RhqFacade
ResourceClientFactory(RhqFacade remoteClient, PrintWriter outputWriter)
           
ResourceClientProxy.ClientProxyMethodHandler(ResourceClientProxy resourceClientProxy, RhqFacade remoteClient)
           
 

Uses of RhqFacade in org.rhq.bindings.util
 

Constructors in org.rhq.bindings.util with parameters of type RhqFacade
ScriptUtil(RhqFacade remoteClient)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.