org.jboss.portal.core.aspects.controller.node
Class EventBroadcasterInterceptor

java.lang.Object
  extended by org.jboss.portal.server.impl.invocation.JBossInterceptor
      extended by org.jboss.portal.core.controller.ControllerInterceptor
          extended by org.jboss.portal.core.aspects.controller.node.EventBroadcasterInterceptor
All Implemented Interfaces:
Interceptor

public class EventBroadcasterInterceptor
extends ControllerInterceptor

Author:
Julien Viet

Constructor Summary
EventBroadcasterInterceptor()
           
 
Method Summary
 PortalEventListenerRegistry getListenerRegistry()
           
 ControllerResponse invoke(ControllerCommand cmd)
           
 void setListenerRegistry(PortalEventListenerRegistry listenerRegistry)
           
 
Methods inherited from class org.jboss.portal.core.controller.ControllerInterceptor
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventBroadcasterInterceptor

public EventBroadcasterInterceptor()
Method Detail

getListenerRegistry

public PortalEventListenerRegistry getListenerRegistry()

setListenerRegistry

public void setListenerRegistry(PortalEventListenerRegistry listenerRegistry)

invoke

public ControllerResponse invoke(ControllerCommand cmd)
                          throws java.lang.Exception,
                                 InvocationException
Specified by:
invoke in class ControllerInterceptor
Throws:
java.lang.Exception
InvocationException