jpl.mipl.mdms.FileService.komodo.services.aa.server
Class AAChannelListener

java.lang.Object
  extended by jpl.mipl.mdms.FileService.komodo.services.aa.server.AAChannelListener
All Implemented Interfaces:
MessageListener

public class AAChannelListener
extends Object
implements MessageListener


Constructor Summary
AAChannelListener()
           
 
Method Summary
 void receive(Serializable msg)
          This method is called when a message is available in the channel
 void viewAccepted(String view)
          This method is called when a new view is accepted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AAChannelListener

public AAChannelListener()
Method Detail

receive

public void receive(Serializable msg)
Description copied from interface: MessageListener
This method is called when a message is available in the channel

Specified by:
receive in interface MessageListener
Parameters:
msg - the message

viewAccepted

public void viewAccepted(String view)
Description copied from interface: MessageListener
This method is called when a new view is accepted.

Specified by:
viewAccepted in interface MessageListener
Parameters:
view - the string representation of the view.