Uses of Interface
org.rhq.core.pc.agent.AgentServiceLifecycleListener

Packages that use AgentServiceLifecycleListener
org.rhq.core.pc   
org.rhq.core.pc.agent   
 

Uses of AgentServiceLifecycleListener in org.rhq.core.pc
 

Methods in org.rhq.core.pc with parameters of type AgentServiceLifecycleListener
 void PluginContainer.addAgentServiceLifecycleListener(AgentServiceLifecycleListener listener)
          Adds a listener that will be notified whenever an AgentService hosted within this plugin container is started or stopped.
 void PluginContainer.removeAgentServiceLifecycleListener(AgentServiceLifecycleListener listener)
          Removes the given listener such that it will no longer receive AgentService notifications.
 

Uses of AgentServiceLifecycleListener in org.rhq.core.pc.agent
 

Methods in org.rhq.core.pc.agent with parameters of type AgentServiceLifecycleListener
 void AgentService.addLifecycleListener(AgentServiceLifecycleListener listener)
          Adds the given listener to the list of listeners that will be notified when this agent service changes its state (i.e.
 void AgentService.removeLifecycleListener(AgentServiceLifecycleListener listener)
          Removes the given listener so it is no longer notified of changed states.
 



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