uk.ac.soton.itinnovation.grid.service.types
Class GridResource

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.types.GridResource
Direct Known Subclasses:
Account, DataStager, Job, ManagedGridResource, MembershipGroupBean, ResourceWithUsageByMetric, SampleResourceBean, SLA5_1alpha, SLATemplate, SLATemplate5_1alpha

public abstract class GridResource
extends Object


Constructor Summary
GridResource()
           
 
Method Summary
 boolean equalsByValue(Object obj)
           
 String getLabel()
           
 org.apache.axis.message.addressing.EndpointReferenceType getManagementResource()
           
 String getResourceID()
           
abstract  String getResourceType()
          Return the PBAC type of the resource.
 boolean includeInGetResources()
           
 void setLabel(String value)
           
 void setManagementResource(org.apache.axis.message.addressing.EndpointReferenceType managementResource)
           
 void setResourceID(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridResource

public GridResource()
Method Detail

getResourceID

public String getResourceID()

getLabel

public String getLabel()

setResourceID

public void setResourceID(String value)

setLabel

public void setLabel(String value)

getResourceType

public abstract String getResourceType()
Return the PBAC type of the resource.


includeInGetResources

public boolean includeInGetResources()

getManagementResource

public org.apache.axis.message.addressing.EndpointReferenceType getManagementResource()

setManagementResource

public void setManagementResource(org.apache.axis.message.addressing.EndpointReferenceType managementResource)

equalsByValue

public boolean equalsByValue(Object obj)


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.