Uses of Class
net.timewalker.ffmq4.management.destination.definition.AbstractDestinationDefinition
-
Packages that use AbstractDestinationDefinition Package Description net.timewalker.ffmq4.local.destination net.timewalker.ffmq4.management.destination net.timewalker.ffmq4.management.destination.definition -
-
Uses of AbstractDestinationDefinition in net.timewalker.ffmq4.local.destination
Fields in net.timewalker.ffmq4.local.destination declared as AbstractDestinationDefinition Modifier and Type Field Description protected AbstractDestinationDefinitionAbstractLocalDestination. destinationDefConstructors in net.timewalker.ffmq4.local.destination with parameters of type AbstractDestinationDefinition Constructor Description AbstractLocalDestination(AbstractDestinationDefinition destinationDef)Constructor -
Uses of AbstractDestinationDefinition in net.timewalker.ffmq4.management.destination
Methods in net.timewalker.ffmq4.management.destination with parameters of type AbstractDestinationDefinition Modifier and Type Method Description protected voidAbstractDestinationDescriptor. copyAttributesTo(AbstractDestinationDefinition target) -
Uses of AbstractDestinationDefinition in net.timewalker.ffmq4.management.destination.definition
Subclasses of AbstractDestinationDefinition in net.timewalker.ffmq4.management.destination.definition Modifier and Type Class Description classQueueDefinitionImplementation of aQueuedefinition descriptor.classTopicDefinitionImplementation of aTopicdefinition descriptor.
-