Rio Project 4.2 API Documentation



Uses of Class
org.rioproject.event.EventHandler

Packages that use EventHandler
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.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.resources.servicecore Provides basic infrastructure support for Jini™ technology service development
 
org.rioproject.sla Provides classes that allow policy handlers to react to SLA threshold conditions
 
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 EventHandler in org.rioproject.core.jsb
 

Methods in org.rioproject.core.jsb with parameters of type EventHandler
 void ServiceBeanContext.registerEventHandler(EventDescriptor descriptor, EventHandler handler)
          Register an event handler.
 

Uses of EventHandler in org.rioproject.cybernode
 

Methods in org.rioproject.cybernode with parameters of type EventHandler
 ServiceBeanInstance JSBContainer.activate(ServiceElement sElem, OperationalStringManager opStringMgr, EventHandler slaEventHandler)
           
 ServiceBeanInstance ServiceBeanContainer.activate(ServiceElement sElem, OperationalStringManager opStringMgr, EventHandler slaEventHandler)
          Load and start a service defined by provided attributes
 void JSBDelegate.setEventHandler(EventHandler slaEventHandler)
           
 void ServiceBeanDelegate.setEventHandler(EventHandler slaEventHandler)
          Set the EventHandler
 

Uses of EventHandler in org.rioproject.event
 

Subclasses of EventHandler in org.rioproject.event
 class DispatchEventHandler
          The DispatchEventHandler provides an implementation of an EventHandler which supports the notification of events to all registered event listeners with a valid lease.
 class RoundRobinEventHandler
          The RoundRobinEventHandler provides an implementation of an EventHandler which supports the notification of events using round-robin semantic.
 

Uses of EventHandler in org.rioproject.jsb
 

Methods in org.rioproject.jsb that return EventHandler
 EventHandler ServiceBeanAdapter.getSLAEventHandler()
          Get the EventHandler that has been created to handle the sending of SLAThresholdEvent event objects to registered EventConsumer clients
 

Methods in org.rioproject.jsb that return types with arguments of type EventHandler
 Map<Long,EventHandler> JSBContext.getEventTable()
          The eventTable associates an EventHandler to an EventDescriptor for the ServiceBean.
 

Methods in org.rioproject.jsb with parameters of type EventHandler
 void JSBContext.registerEventHandler(EventDescriptor descriptor, EventHandler handler)
           
 

Constructors in org.rioproject.jsb with parameters of type EventHandler
ServiceBeanSLAManager(Object impl, Object proxy, ServiceBeanContext context, EventHandler slaEventHandler)
           
 

Uses of EventHandler in org.rioproject.log
 

Methods in org.rioproject.log with parameters of type EventHandler
 void ServiceLogEventHandler.setEventHandler(EventHandler eventHandler)
           
 

Uses of EventHandler in org.rioproject.resources.servicecore
 

Fields in org.rioproject.resources.servicecore with type parameters of type EventHandler
protected  Map<Long,EventHandler> ServiceProvider.eventTable
          The eventTable associates an EventHandler to an EventDescriptor for the ServiceProvider.
 

Methods in org.rioproject.resources.servicecore that return types with arguments of type EventHandler
 Map<Long,EventHandler> ServiceProvider.getEventTable()
          Get the event table.
 

Method parameters in org.rioproject.resources.servicecore with type arguments of type EventHandler
 void ServiceProvider.setEventTable(Map<Long,EventHandler> eventTable)
          Set the event table.
 

Uses of EventHandler in org.rioproject.sla
 

Methods in org.rioproject.sla with parameters of type EventHandler
static SLAPolicyHandler SLAPolicyHandlerFactory.create(SLA sla, Object eventSource, EventHandler eventHandler, ServiceBeanContext context, ClassLoader loader)
          Create a SLAPolicyHandler based on the provided SLA
 void SLAPolicyHandler.initialize(Object eventSource, EventHandler eventHandler, ServiceBeanContext context)
          Prepare the SLAPolicyHandler for processing.
 void ScalingPolicyHandler.initialize(Object eventSource, EventHandler eventHandler, ServiceBeanContext context)
           
 void RelocationPolicyHandler.initialize(Object eventSource, EventHandler eventHandler, ServiceBeanContext context)
          Override parent's initialize method to initialize operational attributes
 

Uses of EventHandler in org.rioproject.system
 

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


Copyright © Rio Project.

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