Rio Project 4.2 API Documentation



Uses of Interface
org.rioproject.watch.Watchable

Packages that use Watchable
org.rioproject.bean Provides support for creating and communicating with Java Beans 
org.rioproject.cybernode A Cybernode represents a compute resource as a service available through the network, offering dynamic allocation and provisioning capabilities. 
org.rioproject.cybernode.exec   
org.rioproject.jsb Provides classes that implement and support the ServiceBean model
 
org.rioproject.monitor Provides the capability to deploy and monitor applications. 
org.rioproject.resources.servicecore Provides basic infrastructure support for Jini™ technology service development
 
org.rioproject.watch Provides mechanisms to collect and analyze programmer defined metrics defined in a distributed application. 
 

Uses of Watchable in org.rioproject.bean
 

Classes in org.rioproject.bean that implement Watchable
 class BeanAdapter
          The BeanAdapter provides a basic concrete implementation of a ServiceBean, and provides the support to delegate to a component, a bean (a Plain Old Java Object : POJO), making the bean remotable as Jini technology service using the dynamic service architecture provided by Rio.
 

Uses of Watchable in org.rioproject.cybernode
 

Subinterfaces of Watchable in org.rioproject.cybernode
 interface Cybernode
          A Cybernode represents a compute resource as a service available through the network.
 

Classes in org.rioproject.cybernode that implement Watchable
 class CybernodeImpl
          Implementation of a Cybernode
 

Uses of Watchable in org.rioproject.cybernode.exec
 

Subinterfaces of Watchable in org.rioproject.cybernode.exec
 interface ServiceBeanExecutor
          Defines the interface for a utility that will fork a service bean into it's own process
 

Classes in org.rioproject.cybernode.exec that implement Watchable
 class ServiceBeanExec
          Provides support to create a ServiceBean in it's own JVM.
 

Uses of Watchable in org.rioproject.jsb
 

Classes in org.rioproject.jsb that implement Watchable
 class ServiceBeanAdapter
          The ServiceBeanAdapter implements the ServiceBean interface and provides the necessary service infrastructure to make a service developer succesful.
 

Uses of Watchable in org.rioproject.monitor
 

Subinterfaces of Watchable in org.rioproject.monitor
 interface ProvisionMonitor
          The ProvisionMonitor extends the ProvisionManager and Service interfaces, and defines the semantics required for ProvisionMonitor instances to back-up each other
 

Classes in org.rioproject.monitor that implement Watchable
 class ProvisionMonitorImpl
          The ProvisionMonitor service provides the capability to deploy and monitor OperationalStrings.
 

Uses of Watchable in org.rioproject.resources.servicecore
 

Subinterfaces of Watchable in org.rioproject.resources.servicecore
 interface Service
          The Service interface provides an aggregating mechanism, putting requisite interfaces together to represent the remote semantics of a core Service in the architecture
 

Classes in org.rioproject.resources.servicecore that implement Watchable
 class AbstractProxy
          Defines an abstract class that supplies basic referent UUID and serialization behavior for Service proxies.
 class ServiceProvider
          The ServiceProvider is an abstract class that provides the infrastructure required to make a Jini service.
 

Uses of Watchable in org.rioproject.watch
 

Methods in org.rioproject.watch with parameters of type Watchable
 void AccumulatorViewer.setService(Watchable service)
          Mutator for property service.
 


Copyright © Rio Project.

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