Uses of Class
org.apache.activemq.schema.core.DtoStoreDurableSubscriberCursor
-
Packages that use DtoStoreDurableSubscriberCursor Package Description org.apache.activemq.schema.core -
-
Uses of DtoStoreDurableSubscriberCursor in org.apache.activemq.schema.core
Fields in org.apache.activemq.schema.core declared as DtoStoreDurableSubscriberCursor Modifier and Type Field Description protected DtoStoreDurableSubscriberCursor
DtoPolicyEntry.PendingDurableSubscriberPolicy. storeDurableSubscriberCursor
Methods in org.apache.activemq.schema.core that return DtoStoreDurableSubscriberCursor Modifier and Type Method Description DtoStoreDurableSubscriberCursor
ObjectFactory. createDtoStoreDurableSubscriberCursor()
Create an instance ofDtoStoreDurableSubscriberCursor
DtoStoreDurableSubscriberCursor
DtoPolicyEntry.PendingDurableSubscriberPolicy. getStoreDurableSubscriberCursor()
Gets the value of the storeDurableSubscriberCursor property.Methods in org.apache.activemq.schema.core with parameters of type DtoStoreDurableSubscriberCursor Modifier and Type Method Description void
DtoPolicyEntry.PendingDurableSubscriberPolicy. setStoreDurableSubscriberCursor(DtoStoreDurableSubscriberCursor value)
Sets the value of the storeDurableSubscriberCursor property.
-