Uses of Class
org.objectweb.petals.tools.webadmin.bo.Message

Packages that use Message
org.objectweb.petals.tools.webadmin.bo   
org.objectweb.petals.tools.webadmin.collector   
 

Uses of Message in org.objectweb.petals.tools.webadmin.bo
 

Methods in org.objectweb.petals.tools.webadmin.bo that return types with arguments of type Message
 java.util.List<Message> MessageExchange.getByTime(long timestamp)
          Get messages from the exchange with timestamp corresponding to the second of a given timestamp
 java.util.Map<java.lang.String,Message> MessageExchange.getMessages()
           
 java.util.List<Message> ExchangesList.getMessagesByTime(long timestamp)
          Returns messages from all exchanges with timestamp corresponding to the second of a given timestamp
 

Methods in org.objectweb.petals.tools.webadmin.bo with parameters of type Message
 void MessageExchange.addmessage(Message msg)
           
 

Constructors in org.objectweb.petals.tools.webadmin.bo with parameters of type Message
MessageExchange(Message msg)
           
 

Uses of Message in org.objectweb.petals.tools.webadmin.collector
 

Methods in org.objectweb.petals.tools.webadmin.collector with parameters of type Message
 void ExchangesStorage.addMessage(Message msg)
           
 

Method parameters in org.objectweb.petals.tools.webadmin.collector with type arguments of type Message
 void ExchangesStorage.addMessages(java.util.List<Message> msgs)
           
 void DataCollector.processNewDatas(java.util.List<Message> messagesList)
          Process a new set of messages.
 void DataCollector.storeMessages(java.util.List<Message> list, java.lang.String notificationNumber)
           
 



Copyright © 2005-2007 ObjectWeb Consortium. All Rights Reserved.