Uses of Interface
org.ceno.model.Message

Packages that use Message
org.ceno.model   
org.ceno.model.impl   
org.ceno.model.util   
org.ceno.protocol.event   
org.ceno.tracker.cli   
org.ceno.tracker.srv.handler.internal   
 

Uses of Message in org.ceno.model
 

Subinterfaces of Message in org.ceno.model
 interface BroadcastMessage
          A representation of the model object 'Broadcast Message'
 interface MulticastMessage
          A representation of the model object 'Multicast Message'
 interface UnicastMessage
          A representation of the model object 'Unicast Message'
 

Methods in org.ceno.model that return types with arguments of type Message
 org.eclipse.emf.common.util.EList<Message> Messages.getMessages()
          Returns the value of the 'Messages' reference list.
 

Uses of Message in org.ceno.model.impl
 

Classes in org.ceno.model.impl that implement Message
 class BroadcastMessageImpl
          An implementation of the model object 'Broadcast Message'
 class MessageImpl
          An implementation of the model object 'Message'
 class MulticastMessageImpl
          An implementation of the model object 'Multicast Message'
 class UnicastMessageImpl
          An implementation of the model object 'Unicast Message'
 

Methods in org.ceno.model.impl that return types with arguments of type Message
 org.eclipse.emf.common.util.EList<Message> MessagesImpl.getMessages()
           
 

Uses of Message in org.ceno.model.util
 

Methods in org.ceno.model.util with parameters of type Message
 T ModelSwitch.caseMessage(Message object)
          Returns the result of interpreting the object as an instance of 'Message'
 

Uses of Message in org.ceno.protocol.event
 

Methods in org.ceno.protocol.event that return Message
 Message SendMessageEvent.getMessage()
           
 

Constructors in org.ceno.protocol.event with parameters of type Message
SendMessageEvent(Message message)
           
 

Uses of Message in org.ceno.tracker.cli
 

Methods in org.ceno.tracker.cli that return Message
 Message MessageContext.getPrototype()
           
 

Methods in org.ceno.tracker.cli with parameters of type Message
 void MessageContext.setPrototype(Message prototype)
           
 

Uses of Message in org.ceno.tracker.srv.handler.internal
 

Methods in org.ceno.tracker.srv.handler.internal with parameters of type Message
 void ICenoDao.saveMessage(Message messg)
           
 void DatabaseCenoDao.saveMessage(Message messg)
          
 void CacheCenoDao.saveMessage(Message messg)