org.jboss.portal.portlet.impl.info
Class ContainerEventingInfo

java.lang.Object
  extended by org.jboss.portal.portlet.impl.info.ContainerEventingInfo
All Implemented Interfaces:
EventingInfo

public class ContainerEventingInfo
extends java.lang.Object
implements EventingInfo

Version:
$Revision: 630 $
Author:
Julien Viet

Constructor Summary
ContainerEventingInfo()
           
 
Method Summary
 void addConsumedEvent(ContainerEventInfo consumedEvent)
           
 void addProducedEvent(ContainerEventInfo producedEvent)
           
 java.util.Map<javax.xml.namespace.QName,ContainerEventInfo> getConsumedEvents()
           
 java.util.Map<javax.xml.namespace.QName,ContainerEventInfo> getProducedEvents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerEventingInfo

public ContainerEventingInfo()
Method Detail

addProducedEvent

public void addProducedEvent(ContainerEventInfo producedEvent)

addConsumedEvent

public void addConsumedEvent(ContainerEventInfo consumedEvent)

getProducedEvents

public java.util.Map<javax.xml.namespace.QName,ContainerEventInfo> getProducedEvents()
Specified by:
getProducedEvents in interface EventingInfo

getConsumedEvents

public java.util.Map<javax.xml.namespace.QName,ContainerEventInfo> getConsumedEvents()
Specified by:
getConsumedEvents in interface EventingInfo


Copyright © 2008. All Rights Reserved.