ChannelRuntimeMBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic interface ChannelRuntimeMBean extends RuntimeMBean, ChannelRuntimeMBean
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getName() |
Get the qualified name for this channel
|
long |
getPublishedMessageCount() |
Get the number of published messages to this Channel
|
ChannelRuntimeMBean[] |
getSubChannels() |
Get the sub channel runtimes if any
|
int |
getSubscriberCount() |
Get the number of subscribers for this channel currently
|
java.util.List<java.lang.String> |
getSubscribers() |
Get the subscribers for this channel
|
getAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentjava.lang.String getName()
getName in interface ChannelRuntimeMBeangetName in interface WebLogicMBeanChannelRuntimeMBean[] getSubChannels()
int getSubscriberCount()
getSubscriberCount in interface ChannelRuntimeMBeanjava.util.List<java.lang.String> getSubscribers()
getSubscribers in interface ChannelRuntimeMBeanlong getPublishedMessageCount()
getPublishedMessageCount in interface ChannelRuntimeMBean