|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceCapability | |
|---|---|
| org.rioproject.core.provision | Defines interfaces and classes to provision dynamic services |
| org.rioproject.cybernode | A Cybernode represents a compute resource as a service available through the network, offering dynamic allocation and provisioning capabilities. |
| org.rioproject.monitor | Provides the capability to deploy and monitor applications. |
| 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 ResourceCapability in org.rioproject.core.provision |
|---|
| Methods in org.rioproject.core.provision with parameters of type ResourceCapability | |
|---|---|
EventRegistration |
ProvisionManager.register(ServiceBeanInstantiator instantiator,
MarshalledObject handback,
ResourceCapability resourceCapability,
List<DeployedService> deployedServices,
int serviceLimit,
long duration)
Register for notifications of ServiceProvisionEvent objects. |
void |
ProvisionManager.update(ServiceBeanInstantiator instantiator,
ResourceCapability resourceCapability,
List<DeployedService> deployedServices,
int serviceLimit)
Provides a feedback mechanism for a ServiceBeanInstantiator
to update it's operational capabilities as described by the
ResourceCapability object, and any changes in the
maximum number of services the ServiceBeanInstantiator will accept for
service provisioning
The ServiceBeanInstantiator must have an active
Lease with the
ProvisionManager for this method to be successful |
| Uses of ResourceCapability in org.rioproject.cybernode |
|---|
| Methods in org.rioproject.cybernode that return ResourceCapability | |
|---|---|
ResourceCapability |
CybernodeAdminProxy.getResourceCapability()
|
ResourceCapability |
CybernodeAdminImpl.getResourceCapability()
|
ResourceCapability |
CybernodeAdapter.getResourceCapability()
|
| Uses of ResourceCapability in org.rioproject.monitor |
|---|
| Methods in org.rioproject.monitor with parameters of type ResourceCapability | |
|---|---|
EventRegistration |
ProvisionMonitorImpl.register(ServiceBeanInstantiator instantiator,
MarshalledObject handback,
ResourceCapability resourceCapability,
List<DeployedService> deployedServices,
int serviceLimit,
long duration)
|
void |
ProvisionMonitorImpl.update(ServiceBeanInstantiator instantiator,
ResourceCapability resourceCapability,
List<DeployedService> deployedServices,
int serviceLimit)
|
| Constructors in org.rioproject.monitor with parameters of type ResourceCapability | |
|---|---|
InstantiatorResource(ServiceBeanInstantiator instantiator,
String instantiatorName,
Uuid instantiatorUuid,
MarshalledObject handback,
ResourceCapability resourceCapability,
int serviceLimit)
Create an InstantiatorResource |
|
| Uses of ResourceCapability in org.rioproject.system |
|---|
| Methods in org.rioproject.system that return ResourceCapability | |
|---|---|
ResourceCapability |
ComputeResourceAdmin.getResourceCapability()
Get the ResourceCapability for the
compute resource |
ResourceCapability |
ComputeResource.getResourceCapability()
Return the ResourceCapabilityobject that will be used to
communicate the platform and measurable capabilities attributes of the
ComputeResource |
|
Copyright © Rio Project. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||