public class MamaTransportTopicListener
extends java.lang.Object
| Constructor and Description |
|---|
MamaTransportTopicListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onTopicSubscribe(short cause,
java.lang.Object platformInfo)
Invoked when a topic is subscribed to
|
void |
onTopicUnsubscribe(short cause,
java.lang.Object platformInfo)
Invoked when a topic is unsubscribed to
|
public void onTopicSubscribe(short cause,
java.lang.Object platformInfo)
cause - The cause of the topic subscriptionplatformInfo - Info associated with the topic subscription
The cause and platformInfo are supplied only by some middlewares.
The information provided by platformInfo is middleware specific.
The following middlewares are supported:
tibrv: provides the String object version of the tibrv advisory message
Wombat Middlewarepublic void onTopicUnsubscribe(short cause,
java.lang.Object platformInfo)
cause - The cause of the topic unsubscriptionplatformInfo - Info associated with the topic unsubscription
The cause and platformInfo are supplied only by some middlewares.
The information provided by platformInfo is middleware specific.
The following middlewares are supported:
tibrv: provides the String object version of the tibrv advisory message
Wombat MiddlewareCopyright 2011 NYSE Technologies