Uses of Class
org.apache.activemq.schema.core.DtoFileCursor
-
Packages that use DtoFileCursor Package Description org.apache.activemq.schema.core -
-
Uses of DtoFileCursor in org.apache.activemq.schema.core
Fields in org.apache.activemq.schema.core declared as DtoFileCursor Modifier and Type Field Description protected DtoFileCursor
DtoPolicyEntry.PendingSubscriberPolicy. fileCursor
Methods in org.apache.activemq.schema.core that return DtoFileCursor Modifier and Type Method Description DtoFileCursor
ObjectFactory. createDtoFileCursor()
Create an instance ofDtoFileCursor
DtoFileCursor
DtoPolicyEntry.PendingSubscriberPolicy. getFileCursor()
Gets the value of the fileCursor property.Methods in org.apache.activemq.schema.core with parameters of type DtoFileCursor Modifier and Type Method Description void
DtoPolicyEntry.PendingSubscriberPolicy. setFileCursor(DtoFileCursor value)
Sets the value of the fileCursor property.
-