org.objectweb.petals.tools.webadmin.collector
Class ExchangesStorage
java.lang.Object
org.objectweb.petals.tools.webadmin.collector.ExchangesStorage
public class ExchangesStorage
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExchangesStorage
public ExchangesStorage(java.lang.String server)
getExchanges
public java.util.Map<java.lang.String,MessageExchange> getExchanges()
setExchanges
public void setExchanges(java.util.Map<java.lang.String,MessageExchange> exchanges)
getNotificationProcessed
public java.util.List<java.lang.String> getNotificationProcessed()
setNotificationProcessed
public void setNotificationProcessed(java.util.List<java.lang.String> notificationProcessed)
addNotificationProcessed
public void addNotificationProcessed(java.lang.String notificationId)
hasProcessedNotification
public boolean hasProcessedNotification(java.lang.String notificationId)
addMessage
public void addMessage(Message msg)
addMessages
public void addMessages(java.util.List<Message> msgs)
getServer
public java.lang.String getServer()
setServer
public void setServer(java.lang.String server)
Copyright © 2005-2007 ObjectWeb Consortium. All Rights Reserved.