public interface DataAdapterMBean
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
clearSnapshot(java.lang.String itemName)
Cause the current Snapshot of an Item that comes
from this Data Adapter to suddenly become empty,
as though the "clearSnapshot" method were invoked by the Data Adapter
on the ItemEventListener.
|
java.lang.Long |
getCumulInboundEvents() |
java.lang.Integer |
getCurrentItemSubscriptions() |
java.lang.Double |
getInboundEventFrequency() |
java.lang.Integer |
getLocalPoolQueue() |
java.lang.Double |
getMaxInboundEventFrequency() |
java.lang.Integer |
getMaxItemSubscriptions() |
java.util.List |
getMPNDeviceListForItem(java.lang.String itemName) |
java.lang.Integer |
getNewItemSubscriptions() |
java.lang.Integer |
getNewItemUnsubscriptions() |
java.util.List |
getSessionListForItem(java.lang.String itemName) |
java.util.List |
getSubscribedButFailedItemList() |
java.lang.Long |
getSubscribedButFailedItems() |
java.util.List |
getSubscribedItemList() |
java.lang.Long |
getSubscribedItems() |
java.lang.Long getSubscribedItems()
java.util.List getSubscribedItemList()
getSubscribedItems()
java.lang.Long getSubscribedButFailedItems()
java.util.List getSubscribedButFailedItemList()
java.util.List getSessionListForItem(java.lang.String itemName)
itemName
- an Item name.java.util.List getMPNDeviceListForItem(java.lang.String itemName)
itemName
- an Item name.PushNotificationsMBean.getCurrentMPNDevices()
java.lang.Boolean clearSnapshot(java.lang.String itemName)
itemName
- an Item name.java.lang.Long getCumulInboundEvents()
getSubscribedItems()
java.lang.Double getInboundEventFrequency()
getSubscribedItems()
java.lang.Double getMaxInboundEventFrequency()
getSubscribedItems()
java.lang.Integer getLocalPoolQueue()
java.lang.Integer getCurrentItemSubscriptions()
java.lang.Integer getMaxItemSubscriptions()
getCurrentItemSubscriptions()
.java.lang.Integer getNewItemSubscriptions()
getCurrentItemSubscriptions()
.java.lang.Integer getNewItemUnsubscriptions()
getCurrentItemSubscriptions()
.