Uses of Class
eu.semaine.jms.IOBase.Event

Packages that use IOBase.Event
eu.semaine.jms   
eu.semaine.jms.message   
eu.semaine.jms.sender   
 

Uses of IOBase.Event in eu.semaine.jms
 

Methods in eu.semaine.jms that return IOBase.Event
static IOBase.Event IOBase.Event.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IOBase.Event[] IOBase.Event.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IOBase.Event in eu.semaine.jms.message
 

Methods in eu.semaine.jms.message that return IOBase.Event
 IOBase.Event SEMAINEMessage.getEventType()
          For event-based messages, determine the event type.
 

Uses of IOBase.Event in eu.semaine.jms.sender
 

Methods in eu.semaine.jms.sender with parameters of type IOBase.Event
 void Sender.sendTextMessage(java.lang.String text, long usertime, IOBase.Event eventType)
          Send a text message via this sender, for event-based messages.
 void XMLSender.sendXML(org.w3c.dom.Document document, long usertime, IOBase.Event event)
          Send an XML document with the given event tag.