Uses of Interface
com.ibm.ima.plugin.ImaSubscription
-
Packages that use ImaSubscription Package Description com.ibm.ima.plugin Implements a set of interfaces defining the Java plug-in mechanism for IBM MessageSight. -
-
Uses of ImaSubscription in com.ibm.ima.plugin
Methods in com.ibm.ima.plugin that return ImaSubscription 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.ImaSubscription
ImaConnection. newSubscription(String topic)
Create a new simple subscription object.Methods in com.ibm.ima.plugin with parameters of type ImaSubscription Modifier and Type Method Description void
ImaConnectionListener. onMessage(ImaSubscription sub, ImaMessage msg)
Called when a message from MessageSight is received for a connection.
-