public class ResourceClientFactory extends Object
| Constructor and Description |
|---|
ResourceClientFactory(RhqFacade remoteClient,
PrintWriter outputWriter) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Class<?>> |
getAdditionalInterfaces(ResourceClientProxy proxy) |
protected Class<?> |
getContentBackedInterface() |
PrintWriter |
getOutputWriter() |
protected Class<?> |
getPluginConfigurableInterface() |
RhqFacade |
getRemoteClient() |
ResourceClientProxy |
getResource(int resourceId) |
protected Class<?> |
getResourceConfigurableInterface() |
protected javassist.util.proxy.MethodHandler |
instantiateMethodHandler(ResourceClientProxy proxy,
List<Class<?>> interfaces,
RhqFacade remoteClient) |
public ResourceClientFactory(RhqFacade remoteClient, PrintWriter outputWriter)
public RhqFacade getRemoteClient()
public PrintWriter getOutputWriter()
public ResourceClientProxy getResource(int resourceId)
protected Class<?> getResourceConfigurableInterface()
protected Class<?> getPluginConfigurableInterface()
protected Class<?> getContentBackedInterface()
protected Set<Class<?>> getAdditionalInterfaces(ResourceClientProxy proxy)
protected javassist.util.proxy.MethodHandler instantiateMethodHandler(ResourceClientProxy proxy, List<Class<?>> interfaces, RhqFacade remoteClient)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.