A B C D E F G H I L M N O P R S T U V W 

A

AbstractRhqFacade - Class in org.rhq.bindings.client
This is a support base class for the implementations of the RhqFacade interface that implements the deprecated methods by the means of the new version of the RhqFacade methods.
AbstractRhqFacade() - Constructor for class org.rhq.bindings.client.AbstractRhqFacade
 
AbstractRhqFacadeProxy<T extends RhqFacade> - Class in org.rhq.bindings.client
An abstract InvocationHandler to help the script users create proxies to actually call the correct methods on RHQ.
AbstractRhqFacadeProxy(T, RhqManager) - Constructor for class org.rhq.bindings.client.AbstractRhqFacadeProxy
 
add(Permission) - Method in class org.rhq.bindings.StandardScriptPermissions
 
addRhqFacadeChangeListener(StandardBindings.RhqFacadeChangeListener) - Method in class org.rhq.bindings.StandardBindings
 
ASSERT - Static variable in class org.rhq.bindings.StandardBindings
 
assertEquals(Object, Object, String) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertEquals(Object, Object) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertEquals(Collection<?>, Collection<?>) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertEquals(Collection<?>, Collection<?>, String) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertEqualsNoOrder(Object[], Object[], String) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertEqualsNoOrder(Object[], Object[]) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertExists(String) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertFalse(boolean, String) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertFalse(boolean) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertNotNull(Object) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertNotNull(Object, String) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertNotSame(Object, Object, String) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertNotSame(Object, Object) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertNull(Object) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertNull(Object, String) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertNumberEqualsJS(double, double, String) - Method in class org.rhq.bindings.util.ScriptAssert
Deprecated.
- it is now possible to use assertEquals() with numbers from within javascript because we now only provide ScriptAssert.assertEquals(Object, Object) to which the numbers convert to correctly.
assertSame(Object, Object, String) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertSame(Object, Object) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertTrue(boolean, String) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertTrue(boolean) - Method in class org.rhq.bindings.util.ScriptAssert
 

B

BaseRhqSchemeScriptSourceProvider - Class in org.rhq.bindings.script
 
BaseRhqSchemeScriptSourceProvider(String) - Constructor for class org.rhq.bindings.script.BaseRhqSchemeScriptSourceProvider
 
beanName() - Method in enum org.rhq.bindings.client.RhqManager
 
beanName() - Method in enum org.rhq.bindings.client.RhqManagers
Deprecated.
 
bindIndirectionMethods(ScriptEngine, String) - Static method in class org.rhq.bindings.ScriptEngineFactory
Goes through the methods of the object found in the scriptEngine's ENGINE_SCOPE and for each of them generates a top-level function that is called the same name and accepts the same parameters.

C

ClassPoolFactory - Class in org.rhq.bindings.util
This class is used to create Javassist's classpools usable in RHQ on both client and server side.
close() - Method in class org.rhq.bindings.export.Exporter
 
ConfigurationClassBuilder - Class in org.rhq.bindings.util
 
ConfigurationClassBuilder() - Constructor for class org.rhq.bindings.util.ConfigurationClassBuilder
 
ContentUploader - Class in org.rhq.bindings.util
Content upload utility.
ContentUploader(ContentManagerRemote) - Constructor for class org.rhq.bindings.util.ContentUploader
 

D

doGetScriptSource(URI) - Method in class org.rhq.bindings.script.BaseRhqSchemeScriptSourceProvider
Implement this method to provide the script source.
doGetScriptSource(URI) - Method in class org.rhq.bindings.script.RepoScriptSourceProvider
 
doInvoke(Object, Method, Object[]) - Method in class org.rhq.bindings.client.AbstractRhqFacadeProxy
This method actually calls the method according to the RhqFacade's implementation.

E

elements() - Method in class org.rhq.bindings.StandardScriptPermissions
 
enabled() - Method in enum org.rhq.bindings.client.RhqManager
 
enabled() - Method in enum org.rhq.bindings.client.RhqManagers
Deprecated.
 
equals(Object) - Method in class org.rhq.bindings.util.ResourceTypeFingerprint
 
Exporter - Class in org.rhq.bindings.export
 
Exporter() - Constructor for class org.rhq.bindings.export.Exporter
 
EXPORTER - Static variable in class org.rhq.bindings.StandardBindings
 
ExportException - Exception in org.rhq.bindings.export
 
ExportException() - Constructor for exception org.rhq.bindings.export.ExportException
 
ExportException(String) - Constructor for exception org.rhq.bindings.export.ExportException
 
ExportException(String, Throwable) - Constructor for exception org.rhq.bindings.export.ExportException
 
ExportException(Throwable) - Constructor for exception org.rhq.bindings.export.ExportException
 

F

fail(String, Throwable) - Method in class org.rhq.bindings.util.ScriptAssert
 
fail(String) - Method in class org.rhq.bindings.util.ScriptAssert
 
fail() - Method in class org.rhq.bindings.util.ScriptAssert
 
findPackages(String) - Method in class org.rhq.bindings.util.PackageFinder
 
findResources(String) - Method in class org.rhq.bindings.util.ScriptUtil
Deprecated.
forInterface(Class<?>) - Static method in enum org.rhq.bindings.client.RhqManager
 
forInterface(Class<?>) - Static method in enum org.rhq.bindings.client.RhqManagers
Deprecated.
 

G

getAdditionalInterfaces(ResourceClientProxy) - Method in class org.rhq.bindings.client.ResourceClientFactory
 
getAlertDefinitionManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getAlertDefinitionManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getAlertManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getAlertManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getAssociatedRhqFacade() - Method in class org.rhq.bindings.StandardBindings
 
getAvailabilityManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getAvailabilityManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getBackingContent() - Method in class org.rhq.bindings.client.ResourceClientProxy.ClientProxyMethodHandler
 
getBackingContent() - Method in interface org.rhq.bindings.client.ResourceClientProxy.ContentBackedResource
 
getBundleManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getBundleManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getCallTimeDataManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getCallTimeDataManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getCategory() - Method in class org.rhq.bindings.client.ResourceClientProxy.Measurement
 
getChild(String) - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getChildren() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getClassPool(ClassLoader) - Static method in class org.rhq.bindings.util.ClassPoolFactory
Returns a class pool that uses the provided class loader as its source for the "class path".
getClassPoolForCurrentContextClassLoader() - Static method in class org.rhq.bindings.util.ClassPoolFactory
Unlike the ClassPool.getDefault() method that only ever returns a single instance of the pool, this factory may return different instances depending on the context classloader of the current thread.
getCodeCompletion(String) - Static method in class org.rhq.bindings.ScriptEngineFactory
 
getConfigurationManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getConfigurationManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getContentBackedInterface() - Method in class org.rhq.bindings.client.ResourceClientFactory
 
getContentManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getContentManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getContentTypes() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getCreatedDate() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getDataAccessManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getDataAccessManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getDataType() - Method in class org.rhq.bindings.client.ResourceClientProxy.Measurement
 
getDefinition() - Method in class org.rhq.bindings.client.ResourceClientProxy.Operation
 
getDescription() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getDescription() - Method in class org.rhq.bindings.client.ResourceClientProxy.Measurement
 
getDescription() - Method in class org.rhq.bindings.client.ResourceClientProxy.Operation
 
getDiscoveryBoss() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getDiscoveryBoss() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getDisplayValue() - Method in class org.rhq.bindings.client.ResourceClientProxy.Measurement
 
getDriftManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getDriftManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getEventManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getEventManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getExporter() - Method in class org.rhq.bindings.StandardBindings
 
getFile() - Method in class org.rhq.bindings.export.Exporter
 
getFileBytes(String) - Method in class org.rhq.bindings.util.ScriptUtil
 
getFileExtensionForLanguage(String) - Static method in class org.rhq.bindings.ScriptEngineFactory
 
getFormat() - Method in class org.rhq.bindings.export.Exporter
 
getId() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getInitializer(String) - Static method in class org.rhq.bindings.ScriptEngineFactory
 
getInstalledPackages() - Method in class org.rhq.bindings.client.ResourceClientProxy.ContentType
 
getLanguageByScriptFileExtension(String) - Static method in class org.rhq.bindings.ScriptEngineFactory
 
getManager() - Method in class org.rhq.bindings.client.AbstractRhqFacadeProxy
 
getManagers() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getManagers() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getManagers() - Method in class org.rhq.bindings.StandardBindings
 
getMeasurement(String) - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getMeasurementBaselineManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getMeasurementBaselineManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getMeasurementDataManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getMeasurementDataManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getMeasurementDefinitionManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getMeasurementDefinitionManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getMeasurements() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getMeasurementScheduleManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getMeasurementScheduleManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getModifiedDate() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getName() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getName() - Method in class org.rhq.bindings.client.ResourceClientProxy.Measurement
 
getName() - Method in class org.rhq.bindings.client.ResourceClientProxy.Operation
 
getOperationManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getOperationManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getOperations() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getOriginalMethod(Method) - Static method in class org.rhq.bindings.util.InterfaceSimplifier
Returns the method on the original interface that the simplified interface with given method was generated from using the InterfaceSimplifier.simplify(Class) method (i.e.
getOutputWriter() - Method in class org.rhq.bindings.client.ResourceClientFactory
 
getPackageType() - Method in class org.rhq.bindings.client.ResourceClientProxy.ContentType
 
getPageControl() - Method in class org.rhq.bindings.StandardBindings
 
getPageWidth() - Method in class org.rhq.bindings.export.Exporter
 
getPluginConfigurableInterface() - Method in class org.rhq.bindings.client.ResourceClientFactory
 
getPluginConfiguration() - Method in class org.rhq.bindings.client.ResourceClientProxy.ClientProxyMethodHandler
 
getPluginConfiguration() - Method in interface org.rhq.bindings.client.ResourceClientProxy.PluginConfigurable
 
getPluginConfigurationDefinition() - Method in class org.rhq.bindings.client.ResourceClientProxy.ClientProxyMethodHandler
 
getPluginConfigurationDefinition() - Method in interface org.rhq.bindings.client.ResourceClientProxy.PluginConfigurable
 
getPretty() - Method in class org.rhq.bindings.StandardBindings
 
getPropertyDescriptors(Object, boolean) - Method in class org.rhq.bindings.util.SummaryFilter
 
getProxy(Class<T>) - Method in interface org.rhq.bindings.client.RhqFacade
Unlike the RhqFacade.getScriptingAPI() method that returns objects with modified signatures meant to be used by the scripting environment, this method provides the access to the "raw" remote API interface implementation backed by this RHQ facade implementation.
getProxyFactory() - Method in class org.rhq.bindings.StandardBindings
 
getRemoteClient() - Method in class org.rhq.bindings.client.ResourceClientFactory
 
getRemoteInstallManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getRemoteInstallManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getRepoManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getRepoManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getResource(int) - Method in class org.rhq.bindings.client.ResourceClientFactory
 
getResourceClientProxyClass() - Method in class org.rhq.bindings.client.ResourceClientProxy.ClientProxyMethodHandler
 
getResourceConfigurableInterface() - Method in class org.rhq.bindings.client.ResourceClientFactory
 
getResourceConfiguration() - Method in class org.rhq.bindings.client.ResourceClientProxy.ClientProxyMethodHandler
 
getResourceConfiguration() - Method in interface org.rhq.bindings.client.ResourceClientProxy.ResourceConfigurable
 
getResourceConfigurationDefinition() - Method in class org.rhq.bindings.client.ResourceClientProxy.ClientProxyMethodHandler
 
getResourceConfigurationDefinition() - Method in interface org.rhq.bindings.client.ResourceClientProxy.ResourceConfigurable
 
getResourceFactoryManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getResourceFactoryManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getResourceGroupManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getResourceGroupManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getResourceManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getResourceManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getResourceType() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getResourceTypeManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getResourceTypeManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getRhqFacade() - Method in class org.rhq.bindings.client.AbstractRhqFacadeProxy
 
getRoleManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getRoleManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getSavedSearchManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getSavedSearchManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getScriptEngine(String, PackageFinder, StandardBindings) - Static method in class org.rhq.bindings.ScriptEngineFactory
Initializes the script engine for given language.
getScriptingAPI() - Method in interface org.rhq.bindings.client.RhqFacade
This map is constructed using all the elements in the RhqManager enum which are then proxied using this instance.
getScriptSource(URI) - Method in class org.rhq.bindings.script.BaseRhqSchemeScriptSourceProvider
 
getScriptSource(URI) - Method in class org.rhq.bindings.util.MultiScriptSourceProvider
 
getScriptUtil() - Method in class org.rhq.bindings.StandardBindings
 
getSecuredScriptEngine(String, PackageFinder, StandardBindings, PermissionCollection) - Static method in class org.rhq.bindings.ScriptEngineFactory
This method is similar to the #getScriptEngine(String, PackageFinder, StandardBindings, ScriptSourceProvider...) method but additionally applies a security wrapper on the returned script engine so that the scripts execute with the provided java permissions.
getShortOutput() - Method in class org.rhq.bindings.client.ResourceClientProxy.Measurement
 
getShortOutput() - Method in interface org.rhq.bindings.util.ShortOutput
 
getSubject() - Method in interface org.rhq.bindings.client.RhqFacade
 
getSubject() - Method in class org.rhq.bindings.StandardBindings
 
getSubjectManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getSubjectManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getSupportedLanguages() - Static method in class org.rhq.bindings.ScriptEngineFactory
 
getSupportManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getSupportManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getSynchronizationManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getSynchronizationManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getSystemManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getSystemManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getTagManager() - Method in class org.rhq.bindings.client.AbstractRhqFacade
 
getTagManager() - Method in interface org.rhq.bindings.client.RhqFacade
Deprecated.
getUnits() - Method in class org.rhq.bindings.client.ResourceClientProxy.Measurement
 
getUnlimitedPC() - Method in class org.rhq.bindings.StandardBindings
 
getValue() - Method in class org.rhq.bindings.client.ResourceClientProxy.Measurement
 
getVersion() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getWidth() - Method in class org.rhq.bindings.output.TabularWriter
 

H

hashCode() - Method in class org.rhq.bindings.util.ResourceTypeFingerprint
 

I

implies(Permission) - Method in class org.rhq.bindings.StandardScriptPermissions
 
init() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
init(ScriptEngine) - Method in class org.rhq.bindings.util.ScriptAssert
 
init(ScriptEngine) - Method in class org.rhq.bindings.util.ScriptUtil
This method is called before the instance is inserted into the script engine scope.
initOperations() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
injectStandardBindings(ScriptEngine, StandardBindings, boolean, ScriptSourceProvider...) - Static method in class org.rhq.bindings.ScriptEngineFactory
Injects the values provided in the bindings into the engine scope of the provided script engine.
instantiateMethodHandler(ResourceClientProxy, List<Class<?>>, RhqFacade) - Method in class org.rhq.bindings.client.ResourceClientFactory
 
InterfaceSimplifier - Class in org.rhq.bindings.util
The scripts can use simplified interfaces that omit the first "Subject" argument to most methods from RHQ's remote API.
invoke(Object, Method, Object[]) - Method in class org.rhq.bindings.client.AbstractRhqFacadeProxy
 
invoke(Object, Method, Method, Object[]) - Method in class org.rhq.bindings.client.ResourceClientProxy.ClientProxyMethodHandler
 
invoke(Object[]) - Method in class org.rhq.bindings.client.ResourceClientProxy.Operation
 
isDefined(String) - Method in class org.rhq.bindings.util.ScriptUtil
 
isExportMode() - Method in class org.rhq.bindings.output.TabularWriter
 
isLoggedIn() - Method in interface org.rhq.bindings.client.RhqFacade
 
isReadOnly() - Method in class org.rhq.bindings.StandardScriptPermissions
 
isShouldLoad() - Static method in class org.rhq.bindings.util.LazyLoadScenario
 
isSimplified(Class<?>) - Static method in class org.rhq.bindings.util.InterfaceSimplifier
Determines whether given class is simplified or not.
isSimplified(Method) - Static method in class org.rhq.bindings.util.InterfaceSimplifier
Determines whether the method (declared on the simplified interface, i.e.

L

LazyLoadScenario - Class in org.rhq.bindings.util
Set by reflective access utilities like the tabular writer to avoid remote calls behind proxy methods.
LazyLoadScenario() - Constructor for class org.rhq.bindings.util.LazyLoadScenario
 
localInterfaceClassName() - Method in enum org.rhq.bindings.client.RhqManager
 
localInterfaceClassName() - Method in enum org.rhq.bindings.client.RhqManagers
Deprecated.
 
login(String, String) - Method in interface org.rhq.bindings.client.RhqFacade
 
logout() - Method in interface org.rhq.bindings.client.RhqFacade
 

M

MultiScriptSourceProvider - Class in org.rhq.bindings.util
An implementation of the script source provider that uses a collection of another providers to locate the scripts.
MultiScriptSourceProvider(Collection<? extends ScriptSourceProvider>) - Constructor for class org.rhq.bindings.util.MultiScriptSourceProvider
 
MultiScriptSourceProvider(ScriptSourceProvider...) - Constructor for class org.rhq.bindings.util.MultiScriptSourceProvider
 

N

NoTopLevelIndirection - Annotation Type in org.rhq.bindings.util
The ScriptEngineFactory can generate indirection methods that create global functions that have the same name and params as methods of certain objects that actually just call the method on the objects.

O

org.rhq.bindings - package org.rhq.bindings
 
org.rhq.bindings.client - package org.rhq.bindings.client
 
org.rhq.bindings.export - package org.rhq.bindings.export
 
org.rhq.bindings.output - package org.rhq.bindings.output
 
org.rhq.bindings.script - package org.rhq.bindings.script
 
org.rhq.bindings.util - package org.rhq.bindings.util
 

P

PackageFinder - Class in org.rhq.bindings.util
 
PackageFinder(List<File>) - Constructor for class org.rhq.bindings.util.PackageFinder
 
PAGE_CONTROL - Static variable in class org.rhq.bindings.StandardBindings
 
postInject(ScriptEngine) - Method in class org.rhq.bindings.StandardBindings
 
preInject(ScriptEngine) - Method in class org.rhq.bindings.StandardBindings
 
PRETTY - Static variable in class org.rhq.bindings.StandardBindings
 
print(Object) - Method in class org.rhq.bindings.output.TabularWriter
 
print(Map) - Method in class org.rhq.bindings.output.TabularWriter
 
print(Collection) - Method in class org.rhq.bindings.output.TabularWriter
 
print(Configuration) - Method in class org.rhq.bindings.output.TabularWriter
 
print(PropertySimple, int) - Method in class org.rhq.bindings.output.TabularWriter
 
print(PropertyList, int) - Method in class org.rhq.bindings.output.TabularWriter
 
print(PropertyMap, int) - Method in class org.rhq.bindings.output.TabularWriter
 
print(Object[]) - Method in class org.rhq.bindings.output.TabularWriter
 
print(String[][]) - Method in class org.rhq.bindings.output.TabularWriter
 
PROXY_FACTORY - Static variable in class org.rhq.bindings.StandardBindings
 

R

reloadScriptEngineProviders(ClassLoader) - Static method in class org.rhq.bindings.ScriptEngineFactory
Reloads the list of the known script engine providers using the given classloader or the current thread's context classloader if it is null.
remote() - Method in enum org.rhq.bindings.client.RhqManager
 
remote() - Method in enum org.rhq.bindings.client.RhqManagers
Deprecated.
 
remoteName() - Method in enum org.rhq.bindings.client.RhqManager
Deprecated.
since 4.6.0, use the RhqManager.remote() method instead
remoteName() - Method in enum org.rhq.bindings.client.RhqManagers
Deprecated.
since 4.6.0, use the RhqManagers.remote() method instead
removeBindings(ScriptEngine, Set<RhqManager>) - Static method in class org.rhq.bindings.ScriptEngineFactory
Remove the specified bindings from the engine.
removeRhqFacadeChangeListere(StandardBindings.RhqFacadeChangeListener) - Method in class org.rhq.bindings.StandardBindings
 
RepoScriptSourceProvider - Class in org.rhq.bindings.script
The implementation of script source provider that is able to locate the script files in the repositories on the RHQ server.
RepoScriptSourceProvider() - Constructor for class org.rhq.bindings.script.RepoScriptSourceProvider
 
ResourceClientFactory - Class in org.rhq.bindings.client
 
ResourceClientFactory(RhqFacade, PrintWriter) - Constructor for class org.rhq.bindings.client.ResourceClientFactory
 
ResourceClientProxy - Class in org.rhq.bindings.client
Implements a local object that exposes resource related data as if it were local.
ResourceClientProxy() - Constructor for class org.rhq.bindings.client.ResourceClientProxy
 
ResourceClientProxy(ResourceClientProxy) - Constructor for class org.rhq.bindings.client.ResourceClientProxy
 
ResourceClientProxy(ResourceClientFactory, int) - Constructor for class org.rhq.bindings.client.ResourceClientProxy
 
ResourceClientProxy.ClientProxyMethodHandler - Class in org.rhq.bindings.client
 
ResourceClientProxy.ClientProxyMethodHandler(ResourceClientProxy, RhqFacade) - Constructor for class org.rhq.bindings.client.ResourceClientProxy.ClientProxyMethodHandler
 
ResourceClientProxy.ContentBackedResource - Interface in org.rhq.bindings.client
 
ResourceClientProxy.ContentType - Class in org.rhq.bindings.client
 
ResourceClientProxy.ContentType(PackageType) - Constructor for class org.rhq.bindings.client.ResourceClientProxy.ContentType
 
ResourceClientProxy.Measurement - Class in org.rhq.bindings.client
 
ResourceClientProxy.Measurement(MeasurementDefinition) - Constructor for class org.rhq.bindings.client.ResourceClientProxy.Measurement
 
ResourceClientProxy.Operation - Class in org.rhq.bindings.client
 
ResourceClientProxy.Operation(OperationDefinition) - Constructor for class org.rhq.bindings.client.ResourceClientProxy.Operation
 
ResourceClientProxy.PluginConfigurable - Interface in org.rhq.bindings.client
 
ResourceClientProxy.ResourceConfigurable - Interface in org.rhq.bindings.client
 
ResourceTypeFingerprint - Class in org.rhq.bindings.util
This type is used as an identification of a resource type not based on its id but rather on its structure.
ResourceTypeFingerprint(ResourceType, Collection<MeasurementDefinition>, Collection<OperationDefinition>, Collection<PackageType>, ConfigurationDefinition, ConfigurationDefinition) - Constructor for class org.rhq.bindings.util.ResourceTypeFingerprint
 
retrieveBackingContent(String) - Method in class org.rhq.bindings.client.ResourceClientProxy.ClientProxyMethodHandler
 
retrieveBackingContent(String) - Method in interface org.rhq.bindings.client.ResourceClientProxy.ContentBackedResource
 
RhqFacade - Interface in org.rhq.bindings.client
This is an interface through which the script can communicate with RHQ server.
rhqFacadeChanged(StandardBindings) - Method in class org.rhq.bindings.script.RepoScriptSourceProvider
 
rhqFacadeChanged(StandardBindings) - Method in interface org.rhq.bindings.StandardBindings.RhqFacadeChangeListener
 
RhqManager - Enum in org.rhq.bindings.client
An enumeration of all remote SLSBs of the RHQ server.
RhqManagers - Enum in org.rhq.bindings.client
Deprecated.
since 4.10 do not use this. Use RhqManager instead.

S

saveBytesToFile(byte[], String) - Method in class org.rhq.bindings.util.ScriptUtil
 
SCHEME - Static variable in class org.rhq.bindings.script.BaseRhqSchemeScriptSourceProvider
 
SCRIPT_UTIL - Static variable in class org.rhq.bindings.StandardBindings
 
ScriptAssert - Class in org.rhq.bindings.util
This class provides the assertion functions to the scripts.
ScriptAssert() - Constructor for class org.rhq.bindings.util.ScriptAssert
 
ScriptAssert(ScriptEngine) - Constructor for class org.rhq.bindings.util.ScriptAssert
 
ScriptAssertionException - Exception in org.rhq.bindings.util
This is a wrapper exception class for AssertionError.
ScriptAssertionException() - Constructor for exception org.rhq.bindings.util.ScriptAssertionException
 
ScriptAssertionException(String) - Constructor for exception org.rhq.bindings.util.ScriptAssertionException
 
ScriptAssertionException(String, Throwable) - Constructor for exception org.rhq.bindings.util.ScriptAssertionException
 
ScriptAssertionException(Throwable) - Constructor for exception org.rhq.bindings.util.ScriptAssertionException
 
ScriptAssertionException(AssertionError) - Constructor for exception org.rhq.bindings.util.ScriptAssertionException
 
ScriptEngineFactory - Class in org.rhq.bindings
This is RHQ specific imitation of ScriptEngineFactory.
ScriptUtil - Class in org.rhq.bindings.util
Instance of this class is injected into the script engine scope.
ScriptUtil(RhqFacade) - Constructor for class org.rhq.bindings.util.ScriptUtil
 
setExportMode(boolean) - Method in class org.rhq.bindings.output.TabularWriter
 
setFacade(PrintWriter, RhqFacade) - Method in class org.rhq.bindings.StandardBindings
If you want to preserve non-client-dependent bindings when the facade changes, call this as opposed to constructing new StandardBindings.
setFile(String) - Method in class org.rhq.bindings.export.Exporter
 
setFormat(String) - Method in class org.rhq.bindings.export.Exporter
 
setHideRowCount(boolean) - Method in class org.rhq.bindings.output.TabularWriter
 
setPageWidth(int) - Method in class org.rhq.bindings.export.Exporter
 
setReadOnly() - Method in class org.rhq.bindings.StandardScriptPermissions
 
setShouldLoad(boolean) - Static method in class org.rhq.bindings.util.LazyLoadScenario
 
setTarget(String, String) - Method in class org.rhq.bindings.export.Exporter
 
setWidth(int) - Method in class org.rhq.bindings.output.TabularWriter
 
ShortOutput - Interface in org.rhq.bindings.util
 
SimplifiedClass - Annotation Type in org.rhq.bindings.util
Annotation to keep track of the original class on the simplified classes.
SimplifiedMethod - Annotation Type in org.rhq.bindings.util
Annotates a method on a simplified class as being simplified.
simplify(Class<?>) - Static method in class org.rhq.bindings.util.InterfaceSimplifier
 
sleep(long) - Method in class org.rhq.bindings.util.ScriptUtil
 
StandardBindings - Class in org.rhq.bindings
This class encapsulates the standard set of data inserted in the ScriptContext#ENGINE_SCOPE of the script engines.
StandardBindings(PrintWriter, RhqFacade) - Constructor for class org.rhq.bindings.StandardBindings
 
StandardBindings.RhqFacadeChangeListener - Interface in org.rhq.bindings
A listener interface for objects that need to be aware of the fact that the RHQ facade associated with the bidings has changed.
StandardScriptPermissions - Class in org.rhq.bindings
 
StandardScriptPermissions() - Constructor for class org.rhq.bindings.StandardScriptPermissions
Creates a new instance with the default set of permissions already added.
SUBJECT - Static variable in class org.rhq.bindings.StandardBindings
 
SummaryFilter - Class in org.rhq.bindings.util
 
SummaryFilter() - Constructor for class org.rhq.bindings.util.SummaryFilter
 

T

TabularWriter - Class in org.rhq.bindings.output
 
TabularWriter(PrintWriter, String...) - Constructor for class org.rhq.bindings.output.TabularWriter
 
TabularWriter(PrintWriter) - Constructor for class org.rhq.bindings.output.TabularWriter
 
TabularWriter(PrintWriter, String) - Constructor for class org.rhq.bindings.output.TabularWriter
 
toString() - Method in class org.rhq.bindings.client.ResourceClientProxy.ContentType
 
toString() - Method in class org.rhq.bindings.client.ResourceClientProxy.Measurement
 
toString() - Method in class org.rhq.bindings.client.ResourceClientProxy.Operation
 
toString() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
toString() - Method in class org.rhq.bindings.util.ResourceTypeFingerprint
 
translateConfiguration(ClassPool, ConfigurationDefinition) - Static method in class org.rhq.bindings.util.ConfigurationClassBuilder
 
translateParameters(ClassPool, ConfigurationDefinition) - Static method in class org.rhq.bindings.util.ConfigurationClassBuilder
 
translateParametersToConfig(ClassPool, ConfigurationDefinition, Object[]) - Static method in class org.rhq.bindings.util.ConfigurationClassBuilder
 
translateResults(ClassPool, ConfigurationDefinition, Configuration) - Static method in class org.rhq.bindings.util.ConfigurationClassBuilder
 

U

UNLIMITED_PC - Static variable in class org.rhq.bindings.StandardBindings
 
updateBackingContent(String) - Method in class org.rhq.bindings.client.ResourceClientProxy.ClientProxyMethodHandler
updateBackingContent(String, String) - Method in class org.rhq.bindings.client.ResourceClientProxy.ClientProxyMethodHandler
 
updateBackingContent(String) - Method in interface org.rhq.bindings.client.ResourceClientProxy.ContentBackedResource
updateBackingContent(String, String) - Method in interface org.rhq.bindings.client.ResourceClientProxy.ContentBackedResource
 
updatePluginConfiguration(Configuration) - Method in class org.rhq.bindings.client.ResourceClientProxy.ClientProxyMethodHandler
 
updatePluginConfiguration(Configuration) - Method in interface org.rhq.bindings.client.ResourceClientProxy.PluginConfigurable
 
updateResourceConfiguration(Configuration) - Method in class org.rhq.bindings.client.ResourceClientProxy.ClientProxyMethodHandler
 
updateResourceConfiguration(Configuration) - Method in interface org.rhq.bindings.client.ResourceClientProxy.ResourceConfigurable
 
upload(String) - Method in class org.rhq.bindings.util.ContentUploader
Uploads the file specified by its absolute filename.
upload(File) - Method in class org.rhq.bindings.util.ContentUploader
Uploads a file.
uploadContent(String) - Method in class org.rhq.bindings.util.ScriptUtil
 

V

valueOf(String) - Static method in enum org.rhq.bindings.client.RhqManager
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.bindings.client.RhqManagers
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.rhq.bindings.client.RhqManager
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.bindings.client.RhqManagers
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForScheduledOperationToComplete(ResourceOperationSchedule) - Method in class org.rhq.bindings.util.ScriptUtil
 
waitForScheduledOperationToComplete(ResourceOperationSchedule, long, int) - Method in class org.rhq.bindings.util.ScriptUtil
 
write(Object) - Method in class org.rhq.bindings.export.Exporter
 
A B C D E F G H I L M N O P R S T U V W 

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