Class TopicInfoFactory

java.lang.Object
VersionedFactory
com.swiftmq.impl.topic.standard.announce.TopicInfoFactory

public class TopicInfoFactory extends VersionedFactory
  • Constructor Details

    • TopicInfoFactory

      public TopicInfoFactory()
  • Method Details

    • getSupportedVersions

      public static int[] getSupportedVersions()
    • createTopicInfo

      public static VersionedDumpable createTopicInfo(String destination, String routerName, String topicName, String[] tokenizedName, boolean createInfo)
    • createTopicInfo

      public static VersionedDumpable createTopicInfo(String destination, String routerName, String topicName, String[] tokenizedName, int subCnt)
    • createTopicInfo

      public static TopicInfo createTopicInfo(String routerName, String topicName, String[] tokenizedName, int subCnt)
    • createDumpable

      protected Dumpable createDumpable(Versioned versioned) throws VersionedException
      Throws:
      VersionedException