Uses of Interface
com.ibm.ima.plugin.ImaMessage
-
Packages that use ImaMessage Package Description com.ibm.ima.plugin Implements a set of interfaces defining the Java plug-in mechanism for IBM MessageSight. -
-
Uses of ImaMessage in com.ibm.ima.plugin
Methods in com.ibm.ima.plugin that return ImaMessage Modifier and Type Method Description ImaMessageImaMessage. addProperties(Map<String,Object> props)Add to the properties of a message.ImaMessageImaMessage. clearProperties()Clear all user message properties.ImaMessageImaPlugin. createMessage(ImaMessageType mtype)Create a message.ImaMessageImaMessage. setBodyBytes(byte[] body)Set the body as a byte array.ImaMessageImaMessage. setBodyMap(Map<String,Object> body)Set the body as a Map.ImaMessageImaMessage. setBodyText(String body)Set the body as a String.ImaMessageImaMessage. setMessageType(ImaMessageType msgtype)Set the message type.ImaMessageImaMessage. setPersistent(boolean persist)Set the persistence of the message.ImaMessageImaMessage. setReliability(ImaReliability reliability)Set the reliability of the message.ImaMessageImaMessage. setRetain(boolean retain)Set the retain value of the message.Methods in com.ibm.ima.plugin with parameters of type ImaMessage Modifier and Type Method Description voidImaConnectionListener. onGetMessage(Object correlate, int rc, ImaMessage message)Called when an asynchronous get retained message action completes.voidImaConnectionListener. onMessage(ImaSubscription sub, ImaMessage msg)Called when a message from MessageSight is received for a connection.voidImaConnection. publish(ImaMessage message, String topic, Object ackObj)Publish a message to a topic.voidImaConnection. send(ImaMessage message, ImaDestinationType desttype, String dest, Object ackObj)Send a message to a destination.
-