Uses of Class
com.ibm.ima.plugin.ImaDestinationType
-
Packages that use ImaDestinationType Package Description com.ibm.ima.plugin Implements a set of interfaces defining the Java plug-in mechanism for IBM MessageSight. -
-
Uses of ImaDestinationType in com.ibm.ima.plugin
Methods in com.ibm.ima.plugin that return ImaDestinationType Modifier and Type Method Description ImaDestinationType
ImaMessage. getDestinationType()
Get the type of the destination the message was published to.ImaDestinationType
ImaSubscription. getDestinationType()
Returns the destination type.static ImaDestinationType
ImaDestinationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImaDestinationType[]
ImaDestinationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.ima.plugin with parameters of type ImaDestinationType Modifier and Type Method Description ImaSubscription
ImaConnection. newSubscription(ImaDestinationType desttype, String dest, String name, ImaSubscriptionType subType, boolean nolocal, boolean transacted)
Create a new subscription object.void
ImaConnection. send(ImaMessage message, ImaDestinationType desttype, String dest, Object ackObj)
Send a message to a destination.
-