Uses of Class
org.apache.activemq.schema.core.DtoTempTopic
-
Packages that use DtoTempTopic Package Description org.apache.activemq.schema.core -
-
Uses of DtoTempTopic in org.apache.activemq.schema.core
Fields in org.apache.activemq.schema.core declared as DtoTempTopic Modifier and Type Field Description protected DtoTempTopic
DtoAuthorizationEntry.Destination. tempTopic
protected DtoTempTopic
DtoDestinationEntry.Destination. tempTopic
protected DtoTempTopic
DtoDiscarding.DeadLetterQueue. tempTopic
protected DtoTempTopic
DtoFilteredDestination.Destination. tempTopic
protected DtoTempTopic
DtoFilteredKahaDB.Destination. tempTopic
protected DtoTempTopic
DtoPolicyEntry.Destination. tempTopic
protected DtoTempTopic
DtoQueueDispatchSelector.Destination. tempTopic
protected DtoTempTopic
DtoRedeliveryPolicy.Destination. tempTopic
protected DtoTempTopic
DtoSharedDeadLetterStrategy.DeadLetterQueue. tempTopic
protected DtoTempTopic
DtoSimpleDispatchSelector.Destination. tempTopic
protected DtoTempTopic
DtoTempDestinationAuthorizationEntry.Destination. tempTopic
Methods in org.apache.activemq.schema.core that return DtoTempTopic Modifier and Type Method Description DtoTempTopic
ObjectFactory. createDtoTempTopic()
Create an instance ofDtoTempTopic
DtoTempTopic
DtoAuthorizationEntry.Destination. getTempTopic()
Gets the value of the tempTopic property.DtoTempTopic
DtoDestinationEntry.Destination. getTempTopic()
Gets the value of the tempTopic property.DtoTempTopic
DtoDiscarding.DeadLetterQueue. getTempTopic()
Gets the value of the tempTopic property.DtoTempTopic
DtoFilteredDestination.Destination. getTempTopic()
Gets the value of the tempTopic property.DtoTempTopic
DtoFilteredKahaDB.Destination. getTempTopic()
Gets the value of the tempTopic property.DtoTempTopic
DtoPolicyEntry.Destination. getTempTopic()
Gets the value of the tempTopic property.DtoTempTopic
DtoQueueDispatchSelector.Destination. getTempTopic()
Gets the value of the tempTopic property.DtoTempTopic
DtoRedeliveryPolicy.Destination. getTempTopic()
Gets the value of the tempTopic property.DtoTempTopic
DtoSharedDeadLetterStrategy.DeadLetterQueue. getTempTopic()
Gets the value of the tempTopic property.DtoTempTopic
DtoSimpleDispatchSelector.Destination. getTempTopic()
Gets the value of the tempTopic property.DtoTempTopic
DtoTempDestinationAuthorizationEntry.Destination. getTempTopic()
Gets the value of the tempTopic property.Methods in org.apache.activemq.schema.core with parameters of type DtoTempTopic Modifier and Type Method Description void
DtoAuthorizationEntry.Destination. setTempTopic(DtoTempTopic value)
Sets the value of the tempTopic property.void
DtoDestinationEntry.Destination. setTempTopic(DtoTempTopic value)
Sets the value of the tempTopic property.void
DtoDiscarding.DeadLetterQueue. setTempTopic(DtoTempTopic value)
Sets the value of the tempTopic property.void
DtoFilteredDestination.Destination. setTempTopic(DtoTempTopic value)
Sets the value of the tempTopic property.void
DtoFilteredKahaDB.Destination. setTempTopic(DtoTempTopic value)
Sets the value of the tempTopic property.void
DtoPolicyEntry.Destination. setTempTopic(DtoTempTopic value)
Sets the value of the tempTopic property.void
DtoQueueDispatchSelector.Destination. setTempTopic(DtoTempTopic value)
Sets the value of the tempTopic property.void
DtoRedeliveryPolicy.Destination. setTempTopic(DtoTempTopic value)
Sets the value of the tempTopic property.void
DtoSharedDeadLetterStrategy.DeadLetterQueue. setTempTopic(DtoTempTopic value)
Sets the value of the tempTopic property.void
DtoSimpleDispatchSelector.Destination. setTempTopic(DtoTempTopic value)
Sets the value of the tempTopic property.void
DtoTempDestinationAuthorizationEntry.Destination. setTempTopic(DtoTempTopic value)
Sets the value of the tempTopic property.
-