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

A

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, RhqManagers) - Constructor for class org.rhq.bindings.client.AbstractRhqFacadeProxy
 
add(Permission) - Method in class org.rhq.bindings.StandardScriptPermissions
 
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
 
assertEquals(Object[], Object[], String) - Method in class org.rhq.bindings.util.ScriptAssert
 
assertEquals(Object[], Object[]) - 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

beanName() - Method in enum org.rhq.bindings.client.RhqManagers
 
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

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
 
createBindings() - Method in class org.rhq.bindings.SandboxedScriptEngine
 

D

doInvoke(Object, Method, Class<?>[], 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.RhqManagers
 
equals(Object) - Method in class org.rhq.bindings.util.ResourceTypeFingerprint
 
eval(String, ScriptContext) - Method in class org.rhq.bindings.SandboxedScriptEngine
 
eval(Reader, ScriptContext) - Method in class org.rhq.bindings.SandboxedScriptEngine
 
eval(String) - Method in class org.rhq.bindings.SandboxedScriptEngine
 
eval(Reader) - Method in class org.rhq.bindings.SandboxedScriptEngine
 
eval(String, Bindings) - Method in class org.rhq.bindings.SandboxedScriptEngine
 
eval(Reader, Bindings) - Method in class org.rhq.bindings.SandboxedScriptEngine
 
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
 
extractUserFriendlyErrorMessage(ScriptException) - Method in class org.rhq.bindings.engine.JsEngineInitializer
 
extractUserFriendlyErrorMessage(ScriptException) - Method in interface org.rhq.bindings.engine.ScriptEngineInitializer
At least the Rhino script engine for java script generates exceptions whose error messages contain just "too much" information to be easily decipherable by the end users.

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
 
forInterface(Class<?>) - Static method in enum org.rhq.bindings.client.RhqManagers
 

G

generateIndirectionMethods(String, Set<Method>) - Method in class org.rhq.bindings.engine.JsEngineInitializer
 
generateIndirectionMethods(String, Set<Method>) - Method in interface org.rhq.bindings.engine.ScriptEngineInitializer
This function returns a definition string in the script engine's language that provides an indirection to calling the method on the bound object.
get(String) - Method in class org.rhq.bindings.SandboxedScriptEngine
 
getAdditionalInterfaces(ResourceClientProxy) - Method in class org.rhq.bindings.client.ResourceClientFactory
 
getAlertDefinitionManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getAlertManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getAvailabilityManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getBackingContent() - Method in class org.rhq.bindings.client.ResourceClientProxy.ClientProxyMethodHandler
 
getBackingContent() - Method in interface org.rhq.bindings.client.ResourceClientProxy.ContentBackedResource
 
getBindings(int) - Method in class org.rhq.bindings.SandboxedScriptEngine
 
getBundleManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getCallTimeDataManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
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
 
getConfigurationManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getContentBackedInterface() - Method in class org.rhq.bindings.client.ResourceClientFactory
 
getContentManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getContentTypes() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getContext() - Method in class org.rhq.bindings.SandboxedScriptEngine
 
getCreatedDate() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getDataAccessManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
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 interface org.rhq.bindings.client.RhqFacade
 
getDisplayValue() - Method in class org.rhq.bindings.client.ResourceClientProxy.Measurement
 
getDriftManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getEventManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getExporter() - Method in class org.rhq.bindings.StandardBindings
 
getFactory() - Method in class org.rhq.bindings.SandboxedScriptEngine
 
getFile() - Method in class org.rhq.bindings.export.Exporter
 
getFileBytes(String) - Method in class org.rhq.bindings.util.ScriptUtil
 
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
 
getManager() - Method in class org.rhq.bindings.client.AbstractRhqFacadeProxy
 
getManagers() - Method in interface org.rhq.bindings.client.RhqFacade
This map is constructed using all the elements in the RhqManagers enum which are then proxied using this instance.
getManagers() - Method in class org.rhq.bindings.StandardBindings
 
getMeasurement(String) - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getMeasurementBaselineManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getMeasurementDataManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getMeasurementDefinitionManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getMeasurements() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getMeasurementScheduleManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
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 interface org.rhq.bindings.client.RhqFacade
 
getOperations() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
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
 
getProxyFactory() - Method in class org.rhq.bindings.StandardBindings
 
getRemoteClient() - Method in class org.rhq.bindings.client.ResourceClientFactory
 
getRemoteInstallManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getRepoManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
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 interface org.rhq.bindings.client.RhqFacade
 
getResourceGroupManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getResourceManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getResourceType() - Method in class org.rhq.bindings.client.ResourceClientProxy
 
getResourceTypeManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getRhqFacade() - Method in class org.rhq.bindings.client.AbstractRhqFacadeProxy
 
getRoleManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getSavedSearchManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getScriptEngine(String, PackageFinder, StandardBindings) - Static method in class org.rhq.bindings.ScriptEngineFactory
Initializes the script engine for given language.
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 ScriptEngineFactory.getScriptEngine(String, PackageFinder, StandardBindings) 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 interface org.rhq.bindings.client.RhqFacade
 
getSupportManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getSynchronizationManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getSystemManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
getTagManager() - Method in interface org.rhq.bindings.client.RhqFacade
 
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

implementsLanguage(String) - Method in class org.rhq.bindings.engine.JsEngineInitializer
 
implementsLanguage(String) - Method in interface org.rhq.bindings.engine.ScriptEngineInitializer
 
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) - Static method in class org.rhq.bindings.ScriptEngineFactory
Injects the values provided in the bindings into the engine scope of the provided script engine.
instantiate(Set<String>) - Method in class org.rhq.bindings.engine.JsEngineInitializer
 
instantiate(Set<String>) - Method in interface org.rhq.bindings.engine.ScriptEngineInitializer
 
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.
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
 

J

JsEngineInitializer - Class in org.rhq.bindings.engine
 
JsEngineInitializer() - Constructor for class org.rhq.bindings.engine.JsEngineInitializer
 

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
 
login(String, String) - Method in interface org.rhq.bindings.client.RhqFacade
 
logout() - Method in interface org.rhq.bindings.client.RhqFacade
 

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.engine - package org.rhq.bindings.engine
 
org.rhq.bindings.export - package org.rhq.bindings.export
 
org.rhq.bindings.output - package org.rhq.bindings.output
 
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
 
put(String, Object) - Method in class org.rhq.bindings.SandboxedScriptEngine
 

R

remote() - Method in enum org.rhq.bindings.client.RhqManagers
 
remoteName() - Method in enum org.rhq.bindings.client.RhqManagers
 
removeBindings(ScriptEngine, Set<String>) - Static method in class org.rhq.bindings.ScriptEngineFactory
Remove the specified bindings from the engine.
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.
RhqManagers - Enum in org.rhq.bindings.client
An enumeration of all remote SLSBs of the RHQ server.

S

SandboxedScriptEngine - Class in org.rhq.bindings
DO NOT USE THIS CLASS DIRECTLY!!!! Use ScriptEngineFactory.getSecuredScriptEngine(String, org.rhq.bindings.util.PackageFinder, StandardBindings, PermissionCollection) method instead for a reliably secured script engine.
SandboxedScriptEngine(ScriptEngine) - Constructor for class org.rhq.bindings.SandboxedScriptEngine
 
SandboxedScriptEngine(ScriptEngine, PermissionCollection) - Constructor for class org.rhq.bindings.SandboxedScriptEngine
 
SandboxedScriptEngine(ScriptEngine, Collection<? extends Permission>) - Constructor for class org.rhq.bindings.SandboxedScriptEngine
 
saveBytesToFile(byte[], String) - Method in class org.rhq.bindings.util.ScriptUtil
 
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.
ScriptEngineInitializer - Interface in org.rhq.bindings.engine
Is able to instantiate a script engine and import packages into the context of the engine.
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
 
setBindings(Bindings, int) - Method in class org.rhq.bindings.SandboxedScriptEngine
 
setContext(ScriptContext) - Method in class org.rhq.bindings.SandboxedScriptEngine
 
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
 
setPermissions(Permission...) - Method in class org.rhq.bindings.SandboxedScriptEngine
 
setPermissions(Collection<? extends Permission>) - Method in class org.rhq.bindings.SandboxedScriptEngine
 
setPermissions(PermissionCollection) - Method in class org.rhq.bindings.SandboxedScriptEngine
 
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
 
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
 
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(ConfigurationDefinition) - Static method in class org.rhq.bindings.util.ConfigurationClassBuilder
 
translateParameters(ConfigurationDefinition) - Static method in class org.rhq.bindings.util.ConfigurationClassBuilder
 
translateParametersToConfig(ConfigurationDefinition, Object[]) - Static method in class org.rhq.bindings.util.ConfigurationClassBuilder
 
translateResults(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
Deprecated. Superseded by (ResourceClientProxy.ClientProxyMethodHandler.updateBackingContent(String, String)
updateBackingContent(String, String) - Method in class org.rhq.bindings.client.ResourceClientProxy.ClientProxyMethodHandler
 
updateBackingContent(String) - Method in interface org.rhq.bindings.client.ResourceClientProxy.ContentBackedResource
Deprecated. Superseded by (ResourceClientProxy.ContentBackedResource.updateBackingContent(String, String)
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
 

V

valueOf(String) - Static method in enum org.rhq.bindings.client.RhqManagers
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.rhq.bindings.client.RhqManagers
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 J L N O P R S T U V W

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