org.jboss.management.mejb
Class JMSClientNotificationListener

java.lang.Object
  extended by org.jboss.management.mejb.ClientNotificationListener
      extended by org.jboss.management.mejb.JMSClientNotificationListener
All Implemented Interfaces:
javax.jms.MessageListener

public class JMSClientNotificationListener
extends ClientNotificationListener
implements javax.jms.MessageListener

Local JMS Listener to receive the message and send to the listener

Version:
$Revision: 1.6.6.2 $
Author:
???

Field Summary
 
Fields inherited from class org.jboss.management.mejb.ClientNotificationListener
log, mClientListener, mHandback
 
Constructor Summary
JMSClientNotificationListener(javax.management.ObjectName pSender, javax.management.NotificationListener pClientListener, Object pHandback, javax.management.NotificationFilter pFilter, String pQueueJNDIName, String pServerName, MEJB pConnector)
           
 
Method Summary
 void onMessage(javax.jms.Message pMessage)
           
 
Methods inherited from class org.jboss.management.mejb.ClientNotificationListener
addNotificationListener, createListener, equals, getRemoteListenerName, getSenderMBean, removeNotificationListener
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSClientNotificationListener

public JMSClientNotificationListener(javax.management.ObjectName pSender,
                                     javax.management.NotificationListener pClientListener,
                                     Object pHandback,
                                     javax.management.NotificationFilter pFilter,
                                     String pQueueJNDIName,
                                     String pServerName,
                                     MEJB pConnector)
                              throws javax.jms.JMSException,
                                     javax.management.JMException,
                                     NamingException,
                                     RemoteException
Throws:
javax.jms.JMSException
javax.management.JMException
NamingException
RemoteException
Method Detail

onMessage

public void onMessage(javax.jms.Message pMessage)
Specified by:
onMessage in interface javax.jms.MessageListener


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.