|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@MXBean public interface SubscriberMBean
The SubscriberMBean is enabled when a subscriber connects to the messaging engine.
A SubscriberMBean is initialized for each Subscriber connecting to the messaging engine.
Use the MBean programming interface to query runtime information about a Subscriber.
JMX clients should use the ObjectName of this MBean to query it
Partial Object Name: WebSphere:feature=wasJmsServer, type=Subscriber,name=*
where name is unique for each subscriber and is equal to the name of the subscriber.
Method Summary | |
---|---|
java.lang.String |
getId()
The ID of the Subscriber represented by this instance.. |
java.lang.String |
getName()
The name of the Subscriber represented by this instance. |
Method Detail |
---|
java.lang.String getId()
java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |