org.rhq.bindings.client
Class ResourceClientProxy
java.lang.Object
org.rhq.bindings.client.ResourceClientProxy
public class ResourceClientProxy
- extends Object
Implements a local object that exposes resource related data as
if it were local.
- Author:
- Greg Hinkle, Lukas Krejci
ResourceClientProxy
public ResourceClientProxy()
ResourceClientProxy
public ResourceClientProxy(ResourceClientProxy parentProxy)
ResourceClientProxy
public ResourceClientProxy(ResourceClientFactory factory,
int resourceId)
getId
public int getId()
getName
public String getName()
getDescription
public String getDescription()
getVersion
public String getVersion()
getResourceType
public org.rhq.core.domain.resource.ResourceType getResourceType()
getCreatedDate
public Date getCreatedDate()
getModifiedDate
public Date getModifiedDate()
getMeasurement
public ResourceClientProxy.Measurement getMeasurement(String name)
getMeasurements
public ResourceClientProxy.Measurement[] getMeasurements()
getOperations
public ResourceClientProxy.Operation[] getOperations()
getContentTypes
public Map<String,ResourceClientProxy.ContentType> getContentTypes()
getChildren
public ResourceClientProxy[] getChildren()
getChild
public ResourceClientProxy getChild(String name)
toString
public String toString()
- Overrides:
toString in class Object
init
public void init()
initOperations
public void initOperations()
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.