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 ImaSubscriptionImaConnection. newSubscription(ImaDestinationType desttype, String dest, String name, ImaSubscriptionType subType, boolean nolocal, boolean transacted)Create a new subscription object.ImaSubscriptionImaConnection. 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 voidImaConnectionListener. onMessage(ImaSubscription sub, ImaMessage msg)Called when a message from MessageSight is received for a connection.
-