RuntimeMBean
Message broker runtime info
DynamicMBean
, MBeanRegistration
, NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
Field Summary |
public static final long |
|
Method Summary |
public |
|
public |
|
public |
|
public |
|
public |
|
public void |
|
public void |
|
Methods from interface javax.management. |
getAttribute, getAttributes, getMBeanInfo, invoke, setAttribute, setAttributes |
Methods from interface javax.management. |
postDeregister, postRegister, preDeregister, preRegister |
Methods from interface javax.management. |
addNotificationListener, getNotificationInfo, removeNotificationListener |
Methods from interface weblogic.management.runtime. |
preDeregister |
Methods from interface weblogic.management. |
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent |
Field Detail |
public static final long CACHING_STUB_SVUID
- remove an existing method.
- change the signature of an existing "getter" or "setter" method.
- change the signature of an existing "boolean getter", i.e, "boolean isEnabled()"
Otherwise you don't need to change this value. For instance you can add new methods, or you can change the signature of methods that don't start with "get", "set" or "is". If you are in doubt then change the SVUID. It is a good idea to increment this value when changing.
Method Detail |
publicget the list of channelsMessageBrokerChannelValue
[] getChannelInfo()
throwsMBeanException
MBeanException
publicget the list of channelsMessageBrokerChannelValue
getChannelInfoByName(String
name)
throwsMBeanException
MBeanException
publicThe date of the last resetDate
getResetDate()
throwsMBeanException
MBeanException
publicget the list of subscribersMessageBrokerSubscriberValue
[] getSubscriptionInfo()
throwsMBeanException
MBeanException
publicget the list of subscribersMessageBrokerSubscriberValue
[] getSubscriptionInfoByChannelName(String
channelName)
throwsMBeanException
MBeanException
public void resetMsgCount()Resets the count of processed messages to zero
throwsMBeanException
MBeanException
public void resetMsgCount(Resets the count of processed messages to zero for a specific channelString
channelName)
throwsMBeanException
MBeanException