public class ResourceClientProxy extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceClientProxy.ClientProxyMethodHandler |
static interface |
ResourceClientProxy.ContentBackedResource |
class |
ResourceClientProxy.ContentType |
class |
ResourceClientProxy.Measurement |
class |
ResourceClientProxy.Operation |
static interface |
ResourceClientProxy.PluginConfigurable |
static interface |
ResourceClientProxy.ResourceConfigurable |
| Constructor and Description |
|---|
ResourceClientProxy() |
ResourceClientProxy(ResourceClientFactory factory,
int resourceId) |
ResourceClientProxy(ResourceClientProxy parentProxy) |
| Modifier and Type | Method and Description |
|---|---|
ResourceClientProxy |
getChild(String name) |
ResourceClientProxy[] |
getChildren() |
Map<String,ResourceClientProxy.ContentType> |
getContentTypes() |
Date |
getCreatedDate() |
String |
getDescription() |
int |
getId() |
ResourceClientProxy.Measurement |
getMeasurement(String name) |
ResourceClientProxy.Measurement[] |
getMeasurements() |
Date |
getModifiedDate() |
String |
getName() |
ResourceClientProxy.Operation[] |
getOperations() |
org.rhq.core.domain.resource.ResourceType |
getResourceType() |
String |
getVersion() |
void |
init() |
void |
initOperations() |
String |
toString() |
public ResourceClientProxy()
public ResourceClientProxy(ResourceClientProxy parentProxy)
public ResourceClientProxy(ResourceClientFactory factory, int resourceId)
public int getId()
public String getName()
public String getDescription()
public String getVersion()
public org.rhq.core.domain.resource.ResourceType getResourceType()
public Date getCreatedDate()
public Date getModifiedDate()
public ResourceClientProxy.Measurement getMeasurement(String name)
public ResourceClientProxy.Measurement[] getMeasurements()
public ResourceClientProxy.Operation[] getOperations()
public Map<String,ResourceClientProxy.ContentType> getContentTypes()
public ResourceClientProxy[] getChildren()
public ResourceClientProxy getChild(String name)
public void init()
public void initOperations()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.