public interface DataAdapterMBean
getIsProxy()
).getCumulInboundEvents()
).StreamMBean
, but only for this Data Adapter.getNewItemSubscriptions()
, getSubscribedItemList()
, and getSubscribedButFailedItems()
).getSubscriptionsForItem(java.lang.String)
).clearSnapshot(java.lang.String)
operation that overrides the Data Adapter and cleanes up the item state, to handle special cases.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.Boolean |
getIsProxy() |
java.lang.Integer |
getLocalPoolQueue() |
java.lang.Double |
getMaxInboundEventFrequency() |
java.lang.Integer |
getMaxItemSubscriptions() |
java.util.List<java.lang.String> |
getMPNDeviceListForItem(java.lang.String itemName) |
java.lang.Integer |
getMPNSubscriptionsForItem(java.lang.String itemName) |
java.lang.Integer |
getNewItemSubscriptions() |
java.lang.Integer |
getNewItemUnsubscriptions() |
java.util.List<java.lang.String> |
getSessionListForItem(java.lang.String itemName) |
java.util.List<java.lang.String> |
getSubscribedButFailedItemList() |
java.util.List<java.lang.String> |
getSubscribedButFailedItemListProtected(java.lang.Integer max) |
java.lang.Long |
getSubscribedButFailedItems() |
java.util.List<java.lang.String> |
getSubscribedItemList() |
java.util.List<java.lang.String> |
getSubscribedItemListProtected(java.lang.Integer max) |
java.lang.Long |
getSubscribedItems() |
java.lang.Integer |
getSubscriptionsForItem(java.lang.String itemName) |
java.lang.Long getSubscribedItems()
java.util.List<java.lang.String> getSubscribedItemListProtected(java.lang.Integer max)
max
- The maximum number of elements to be returned, or null
if no limit is requested.getSubscribedItems()
java.util.List<java.lang.String> getSubscribedItemList()
getSubscribedItemListProtected(java.lang.Integer)
,
getSubscribedItems()
java.lang.Long getSubscribedButFailedItems()
java.util.List<java.lang.String> getSubscribedButFailedItemListProtected(java.lang.Integer max)
max
- The maximum number of elements to be returned, or null
if no limit is requested.java.util.List<java.lang.String> getSubscribedButFailedItemList()
getSubscribedButFailedItemListProtected(java.lang.Integer)
java.lang.Integer getSubscriptionsForItem(java.lang.String itemName)
itemName
- an Item name.java.util.List<java.lang.String> getSessionListForItem(java.lang.String itemName)
itemName
- an Item name.java.lang.Integer getMPNSubscriptionsForItem(java.lang.String itemName)
itemName
- an Item name.PushNotificationsMBean.getCurrentMPNDevices()
java.util.List<java.lang.String> 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()
.java.lang.Boolean getIsProxy()