Rio Project 4.2 API Documentation



Uses of Interface
org.rioproject.event.EventProducer

Packages that use EventProducer
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.event Provides classes and interfaces which enable support for distributed events. 
org.rioproject.jsb Provides classes that implement and support the ServiceBean model
 
org.rioproject.log Provides support to enable the dynamic creation of Logger objects with associated Level and Handlers. 
org.rioproject.monitor Provides the capability to deploy and monitor applications. 
org.rioproject.resources.servicecore Provides basic infrastructure support for Jini™ technology service development
 
 

Uses of EventProducer in org.rioproject.bean
 

Classes in org.rioproject.bean that implement EventProducer
 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 EventProducer in org.rioproject.cybernode
 

Subinterfaces of EventProducer 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 EventProducer
 class CybernodeImpl
          Implementation of a Cybernode
 

Uses of EventProducer in org.rioproject.event
 

Methods in org.rioproject.event that return EventProducer
 EventProducer[] DynamicEventConsumer.getEventProducers()
          Returns an array of all EventProducer proxy objects that have been discovered
 

Methods in org.rioproject.event with parameters of type EventProducer
 EventRegistration BasicEventConsumer.register(EventProducer eventProducer, EventDescriptor eventDesc, ServiceID serviceID)
          Register for notification of event from an EventProducer.
 

Uses of EventProducer in org.rioproject.jsb
 

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

Uses of EventProducer in org.rioproject.log
 

Methods in org.rioproject.log that return EventProducer
 EventProducer ServiceLogEventHandler.getSource()
           
 

Methods in org.rioproject.log with parameters of type EventProducer
 void ServiceLogEventHandler.setSource(EventProducer source)
           
 

Uses of EventProducer in org.rioproject.monitor
 

Subinterfaces of EventProducer 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 EventProducer
 class ProvisionMonitorImpl
          The ProvisionMonitor service provides the capability to deploy and monitor OperationalStrings.
 

Uses of EventProducer in org.rioproject.resources.servicecore
 

Subinterfaces of EventProducer 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 EventProducer
 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.
 


Copyright © Rio Project.

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