org.ow2.easybeans.component.cmi
Class CmiEventListener

java.lang.Object
  extended by org.ow2.easybeans.component.cmi.CmiEventListener
All Implemented Interfaces:
EZBEventListener, org.ow2.util.event.api.IEventListener

public class CmiEventListener
extends Object
implements EZBEventListener

Listener for clusteredBeanEvents.

Author:
eyindanga.

Field Summary
static String NAMING_EXTENSION_POINT
          This is the topic where naming events will be send.
 
Constructor Summary
CmiEventListener()
           
 
Method Summary
 boolean accept(org.ow2.util.event.api.IEvent arg0)
           
 String getEventProviderFilter()
           
 org.ow2.util.event.api.EventPriority getPriority()
           
 void handle(org.ow2.util.event.api.IEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMING_EXTENSION_POINT

public static final String NAMING_EXTENSION_POINT
This is the topic where naming events will be send. Interested IEventListeners should register to this topic.

See Also:
Constant Field Values
Constructor Detail

CmiEventListener

public CmiEventListener()
Method Detail

getEventProviderFilter

public String getEventProviderFilter()
Specified by:
getEventProviderFilter in interface EZBEventListener

accept

public boolean accept(org.ow2.util.event.api.IEvent arg0)
Specified by:
accept in interface org.ow2.util.event.api.IEventListener

getPriority

public org.ow2.util.event.api.EventPriority getPriority()
Specified by:
getPriority in interface org.ow2.util.event.api.IEventListener

handle

public void handle(org.ow2.util.event.api.IEvent arg0)
Specified by:
handle in interface org.ow2.util.event.api.IEventListener


Copyright © 2006-2013 OW2 Consortium. All Rights Reserved.