| Package | Description |
|---|---|
| org.rhq.bindings | |
| org.rhq.bindings.client | |
| org.rhq.bindings.util |
| Modifier and Type | Method and Description |
|---|---|
RhqFacade |
StandardBindings.getAssociatedRhqFacade() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
StandardBindings(PrintWriter output,
RhqFacade rhqFacade) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRhqFacadeProxy<T extends RhqFacade>
An abstract
InvocationHandler to help the script users create proxies to actually call the
correct methods on RHQ. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRhqFacade
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. |
| Modifier and Type | Method and Description |
|---|---|
RhqFacade |
ResourceClientFactory.getRemoteClient() |
| Modifier and Type | Method and Description |
|---|---|
protected javassist.util.proxy.MethodHandler |
ResourceClientFactory.instantiateMethodHandler(ResourceClientProxy proxy,
List<Class<?>> interfaces,
RhqFacade remoteClient) |
| Constructor and Description |
|---|
ResourceClientFactory(RhqFacade remoteClient,
PrintWriter outputWriter) |
ResourceClientProxy.ClientProxyMethodHandler(ResourceClientProxy resourceClientProxy,
RhqFacade remoteClient) |
| Constructor and Description |
|---|
ScriptUtil(RhqFacade remoteClient) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.