Package | Description |
---|---|
com.ibm.ima.plugin |
Implements a set of interfaces defining the Java plug-in mechanism for IBM MessageSight.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ImaConnectionListener.onMessage(ImaSubscription sub,
ImaMessage msg)
Called when a message from MessageSight is received for a connection.
|
Copyright © Contributors to the Eclipse Foundation 2014-2021