Uses of Class
org.rhq.bindings.client.RhqManager

Packages that use RhqManager
org.rhq.bindings   
org.rhq.bindings.client   
 

Uses of RhqManager in org.rhq.bindings
 

Methods in org.rhq.bindings that return types with arguments of type RhqManager
 Map<RhqManager,Object> StandardBindings.getManagers()
           
 

Method parameters in org.rhq.bindings with type arguments of type RhqManager
static void ScriptEngineFactory.removeBindings(ScriptEngine engine, Set<RhqManager> keySet)
          Remove the specified bindings from the engine.
 

Uses of RhqManager in org.rhq.bindings.client
 

Methods in org.rhq.bindings.client that return RhqManager
static RhqManager RhqManager.forInterface(Class<?> iface)
           
protected  RhqManager AbstractRhqFacadeProxy.getManager()
           
static RhqManager RhqManager.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RhqManager[] RhqManager.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.bindings.client that return types with arguments of type RhqManager
 Map<RhqManager,Object> RhqFacade.getScriptingAPI()
          This map is constructed using all the elements in the RhqManager enum which are then proxied using this instance.
 

Constructors in org.rhq.bindings.client with parameters of type RhqManager
AbstractRhqFacadeProxy(T facade, RhqManager manager)
           
 



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