Class ContainerEventingInfo

java.lang.Object
org.gatein.pc.portlet.impl.info.ContainerEventingInfo
All Implemented Interfaces:
org.gatein.pc.api.info.EventingInfo

public class ContainerEventingInfo extends Object implements org.gatein.pc.api.info.EventingInfo
Version:
$Revision: 630 $
Author:
Julien Viet
  • Constructor Details

    • ContainerEventingInfo

      public ContainerEventingInfo()
  • Method Details

    • addProducedEvent

      public void addProducedEvent(ContainerEventInfo producedEvent)
    • addConsumedEvent

      public void addConsumedEvent(ContainerEventInfo consumedEvent)
    • getProducedEvents

      public Map<QName,ContainerEventInfo> getProducedEvents()
      Specified by:
      getProducedEvents in interface org.gatein.pc.api.info.EventingInfo
    • getConsumedEvents

      public Map<QName,ContainerEventInfo> getConsumedEvents()
      Specified by:
      getConsumedEvents in interface org.gatein.pc.api.info.EventingInfo