com.ibm.mq.explorer.ui.extensions

Class ExplorerExtension

  • java.lang.Object
    • com.ibm.mq.explorer.ui.internal.objects.ExplorerExtensionBase
      • com.ibm.mq.explorer.ui.extensions.ExplorerExtension


  • public class ExplorerExtension
    extends com.ibm.mq.explorer.ui.internal.objects.ExplorerExtensionBase
    ExplorerExtension provides query methods to return all queue manager, show queue managers, installed plugins and enabled plugins via the ExplorerExtensionBase
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT_NOTICE
      Copyright notice
      static java.lang.String SCCSID
      SCCS id - expanded when file is extracted from CMVC
    • Constructor Summary

      Constructors 
      Constructor and Description
      ExplorerExtension()
      Constructor
    • Method Summary

      • Methods inherited from class com.ibm.mq.explorer.ui.internal.objects.ExplorerExtensionBase

        connectToQueueManager, getAllQueueManagers, getEnabledPluginIds, getInstalledPluginIds, getShownQueueManagers
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SCCSID

        public static final java.lang.String SCCSID
        SCCS id - expanded when file is extracted from CMVC
        See Also:
        Constant Field Values
      • COPYRIGHT_NOTICE

        public static final java.lang.String COPYRIGHT_NOTICE
        Copyright notice
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExplorerExtension

        public ExplorerExtension()
        Constructor