Class DestinationFactory

    • Constructor Detail

      • DestinationFactory

        public DestinationFactory()
    • Method Detail

      • removeDestination

        public abstract void removeDestination​(Destination dest)
      • getDestinations

        public abstract Set<org.apache.activemq.command.ActiveMQDestination> getDestinations()
        Returns a set of all the ActiveMQDestination objects that the persistence store is aware exist.
      • getAllDurableSubscriptions

        public abstract org.apache.activemq.command.SubscriptionInfo[] getAllDurableSubscriptions​(org.apache.activemq.command.ActiveMQTopic topic)
                                                                                           throws IOException
        Lists all the durable subscirptions for a given destination.
        Throws:
        IOException
      • getLastMessageBrokerSequenceId

        public abstract long getLastMessageBrokerSequenceId()
                                                     throws IOException
        Throws:
        IOException
      • setRegionBroker

        public abstract void setRegionBroker​(RegionBroker regionBroker)