org.rhq.core.pc.event
Class EventManager

java.lang.Object
  extended by org.rhq.core.pc.event.EventManager
All Implemented Interfaces:
ContainerService

public class EventManager
extends Object
implements ContainerService

Manager for the Plugin Container's Event subsystem.

Author:
Ian Springer

Constructor Summary
EventManager()
           
 
Method Summary
 void initialize()
          Initializes the container service which will effectively tell the service to start doing its work.
 void setConfiguration(PluginContainerConfiguration config)
          Informs the container service how it should be configured by providing the full plugin container configuration.
 void shutdown()
          Stops the container service which effectively releases all runtime resources such as running threads.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventManager

public EventManager()
Method Detail

initialize

public void initialize()
Description copied from interface: ContainerService
Initializes the container service which will effectively tell the service to start doing its work. Implementations of this interface can be assured that prior to this method being called, a non-null configuration will be set via a call to ContainerService.setConfiguration(PluginContainerConfiguration).

Specified by:
initialize in interface ContainerService

shutdown

public void shutdown()
Description copied from interface: ContainerService
Stops the container service which effectively releases all runtime resources such as running threads.

Specified by:
shutdown in interface ContainerService

setConfiguration

public void setConfiguration(PluginContainerConfiguration config)
Description copied from interface: ContainerService
Informs the container service how it should be configured by providing the full plugin container configuration. The plugin container will ensure it passes in a non-null configuration object so implementations of this interface should never have to worry about a null configuration parameter value.

Specified by:
setConfiguration in interface ContainerService


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.