org.codehaus.activecluster.impl
Class StateConsumer

java.lang.Object
  extended byorg.codehaus.activecluster.impl.StateConsumer
All Implemented Interfaces:
MessageListener

public class StateConsumer
extends Object
implements MessageListener

A JMS MessageListener which processes inbound messages and applies them to a StateService

Version:
$Revision: 1.3 $

Constructor Summary
StateConsumer(StateService stateService)
           
 
Method Summary
 void onMessage(Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateConsumer

public StateConsumer(StateService stateService)
Method Detail

onMessage

public void onMessage(Message message)
Specified by:
onMessage in interface MessageListener


Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.