Uses of Class
org.apache.activemq.schema.core.DtoOldestMessageEvictionStrategy
-
Packages that use DtoOldestMessageEvictionStrategy Package Description org.apache.activemq.schema.core -
-
Uses of DtoOldestMessageEvictionStrategy in org.apache.activemq.schema.core
Fields in org.apache.activemq.schema.core declared as DtoOldestMessageEvictionStrategy Modifier and Type Field Description protected DtoOldestMessageEvictionStrategy
DtoPolicyEntry.MessageEvictionStrategy. oldestMessageEvictionStrategy
Methods in org.apache.activemq.schema.core that return DtoOldestMessageEvictionStrategy Modifier and Type Method Description DtoOldestMessageEvictionStrategy
ObjectFactory. createDtoOldestMessageEvictionStrategy()
Create an instance ofDtoOldestMessageEvictionStrategy
DtoOldestMessageEvictionStrategy
DtoPolicyEntry.MessageEvictionStrategy. getOldestMessageEvictionStrategy()
Gets the value of the oldestMessageEvictionStrategy property.Methods in org.apache.activemq.schema.core with parameters of type DtoOldestMessageEvictionStrategy Modifier and Type Method Description void
DtoPolicyEntry.MessageEvictionStrategy. setOldestMessageEvictionStrategy(DtoOldestMessageEvictionStrategy value)
Sets the value of the oldestMessageEvictionStrategy property.
-