public class cMsgMessageContextDefault extends java.lang.Object implements cMsgMessageContextInterface
| Constructor and Description |
|---|
cMsgMessageContextDefault() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDomain()
Gets the domain this callback is running in.
|
int |
getQueueSize()
Gets the value of this callback's queue size.
|
java.lang.String |
getSubject()
Gets the subject of this callback's subscription.
|
java.lang.String |
getType()
Gets the type of this callback's subscription.
|
public java.lang.String getDomain()
getDomain in interface cMsgMessageContextInterfacepublic java.lang.String getSubject()
getSubject in interface cMsgMessageContextInterfacepublic java.lang.String getType()
getType in interface cMsgMessageContextInterfacepublic int getQueueSize()
getQueueSize in interface cMsgMessageContextInterface