org.perf.log.mdb
Class PerfLogMsgProcessor

java.lang.Object
  extended by org.perf.log.mdb.PerfLogMsgProcessor
All Implemented Interfaces:
javax.jms.MessageListener

public class PerfLogMsgProcessor
extends java.lang.Object
implements javax.jms.MessageListener

Message-Driven Bean implementation class for: PerfLogMsgProcessor The sample implementation uses JNDI name jms/asPerfLog for activation spec and jms/qPerfLog for Queue Note: The actual activation spec name and queue JNDI name is deployment specific For WebSphere it is defined in ibm-ejb-jar-bnd.xml. Other implementation may have vendor specific deployment files and assembly tools


Constructor Summary
PerfLogMsgProcessor()
          Default Empty constructor.
 
Method Summary
 void onMessage(javax.jms.Message inMessage)
          Message Driven Bean(MDB) - onMessage() Implementation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerfLogMsgProcessor

public PerfLogMsgProcessor()
Default Empty constructor.

Method Detail

onMessage

public void onMessage(javax.jms.Message inMessage)
Message Driven Bean(MDB) - onMessage() Implementation

Specified by:
onMessage in interface javax.jms.MessageListener
See Also:
MessageListener.onMessage(Message)