sample
Class SampleResourceBean

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.types.GridResource
      extended by sample.SampleResourceBean

public class SampleResourceBean
extends GridResource

This is a Java bean representing a resource. New resources are created using the "createSampleResource" SOAP operation. They are persisted using hibernate.


Constructor Summary
SampleResourceBean()
           
SampleResourceBean(Conversation managingConversation, String label)
           
 
Method Summary
 String getResourceType()
          Return the PBAC type of the resource.
 
Methods inherited from class uk.ac.soton.itinnovation.grid.service.types.GridResource
equalsByValue, getLabel, getManagementResource, getResourceID, includeInGetResources, setLabel, setManagementResource, setResourceID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleResourceBean

public SampleResourceBean()

SampleResourceBean

public SampleResourceBean(Conversation managingConversation,
                          String label)
Method Detail

getResourceType

public String getResourceType()
Description copied from class: GridResource
Return the PBAC type of the resource.

Specified by:
getResourceType in class GridResource


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