Rio Project 4.2 API Documentation



Uses of Class
org.rioproject.system.ComputeResource

Packages that use ComputeResource
org.rioproject.core.jsb Defines interfaces and semantics for the ServiceBean component model
 
org.rioproject.cybernode A Cybernode represents a compute resource as a service available through the network, offering dynamic allocation and provisioning capabilities. 
org.rioproject.jsb Provides classes that implement and support the ServiceBean model
 
org.rioproject.system Provides classes that interact with lower level operating system and infrastructure elements, providing an abstract notion of a compute resource with qualitative and quantitative capabilities. 
 

Uses of ComputeResource in org.rioproject.core.jsb
 

Methods in org.rioproject.core.jsb that return ComputeResource
 ComputeResource ComputeResourceManager.getComputeResource()
          Get the ComputeResource object
 

Methods in org.rioproject.core.jsb with parameters of type ComputeResource
 ServiceBeanContext ServiceBeanContextFactory.create(ServiceElement sElem, ServiceBeanManager serviceBeanManager, ComputeResource computeResource, Configuration sharedConfig)
          Create an instance of a ServiceBeanContext
 

Uses of ComputeResource in org.rioproject.cybernode
 

Methods in org.rioproject.cybernode that return ComputeResource
 ComputeResource JSBContainer.getComputeResource()
           
 ComputeResource CybernodeImpl.getComputeResource()
          Get the ComputeResource associated with this Cybernode
 ComputeResource CybernodeAdapter.getComputeResource()
           
 ComputeResource ServiceBeanContainer.getComputeResource()
          This method is used to get the computeResource attribute.
 

Methods in org.rioproject.cybernode with parameters of type ComputeResource
 ServiceBeanContext JSBContextFactory.create(ServiceElement sElem, ServiceBeanManager serviceBeanManager, ComputeResource computeResource, Configuration sharedConfig)
           
static ServiceBeanLoader.Result ServiceBeanLoader.load(ServiceElement sElem, Uuid serviceID, ServiceBeanManager jsbManager, ComputeResource computeResource, Configuration sharedConfiguration)
          The load method is invoked to load and instantiate a ServiceBean.
 void ServiceCostCalculator.setComputeResource(ComputeResource computeResource)
          Set the ComputeResource
 void JSBContainer.setComputeResource(ComputeResource computeResource)
          Set the computeResource property.
 void ServiceBeanContainer.setComputeResource(ComputeResource computeResource)
          Set the computeResource property.
 

Constructors in org.rioproject.cybernode with parameters of type ComputeResource
CybernodeAdapter(ServiceBeanInstantiator instantiator, CybernodeImpl impl, ComputeResource computeResource)
           
StagedDataManager(ComputeResource computeResource)
          Create a StagedDataManager
 

Uses of ComputeResource in org.rioproject.jsb
 

Fields in org.rioproject.jsb declared as ComputeResource
protected  ComputeResource ServiceBeanAdapter.computeResource
          A reference to the compute resource for this ServiceBean
 

Methods in org.rioproject.jsb that return ComputeResource
 ComputeResource JSBContext.getComputeResource()
           
 

Constructors in org.rioproject.jsb with parameters of type ComputeResource
JSBContext(ServiceElement sElem, ServiceBeanManager serviceBeanManager, ComputeResource computeResource, Configuration sharedConfig)
          Create a JSBContext
 

Uses of ComputeResource in org.rioproject.system
 

Constructors in org.rioproject.system with parameters of type ComputeResource
ComputeResourceObserver(ComputeResource computeResource, ServiceBeanContext context, EventHandler eventHandler)
          Construct a new ComputeResourceObserver
 


Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.