|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InventoryEventListener
Implementations of this class are notified of changes to the inventory model. Registration of these listeners is done
through the InventoryManager.addInventoryEventListener(InventoryEventListener).
| Method Summary | |
|---|---|
void |
resourceActivated(org.rhq.core.domain.resource.Resource resource)
Indicates a resource has passed all of the necessary approvals and synchronizations to be activated in the plugin container. |
void |
resourceDeactivated(org.rhq.core.domain.resource.Resource resource)
Indicates a resource's component has been stopped and deactivated within the plugin container. |
void |
resourcesAdded(Set<org.rhq.core.domain.resource.Resource> resources)
Indicates the specified resources were added to the inventory. |
void |
resourcesRemoved(Set<org.rhq.core.domain.resource.Resource> resources)
Indicates the specified resources were removed from the inventory. |
| Method Detail |
|---|
void resourcesAdded(Set<org.rhq.core.domain.resource.Resource> resources)
resources - resources added to trigger this event; cannot be nullvoid resourcesRemoved(Set<org.rhq.core.domain.resource.Resource> resources)
resources - resources removed to trigger this event; cannot be nullvoid resourceActivated(org.rhq.core.domain.resource.Resource resource)
resource - InventoryManager#activateResource(Resource)void resourceDeactivated(org.rhq.core.domain.resource.Resource resource)
resource - InventoryManager.deactivateResource(Resource)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||