org.jboss.portal.core.impl.api.user
Class UserEventBridgeTriggerInterceptor

java.lang.Object
  extended by org.jboss.portal.server.ServerInterceptor
      extended by org.jboss.portal.core.impl.api.user.UserEventBridgeTriggerInterceptor
All Implemented Interfaces:
Interceptor

public class UserEventBridgeTriggerInterceptor
extends ServerInterceptor

Trigger user events in the event bridge.

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
UserEventBridgeTriggerInterceptor()
           
 
Method Summary
protected  void invoke(ServerInvocation invocation)
           
 
Methods inherited from class org.jboss.portal.server.ServerInterceptor
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserEventBridgeTriggerInterceptor

public UserEventBridgeTriggerInterceptor()
Method Detail

invoke

protected void invoke(ServerInvocation invocation)
               throws java.lang.Exception,
                      InvocationException
Specified by:
invoke in class ServerInterceptor
Throws:
java.lang.Exception
InvocationException