Options
Menu

Module ActiveMQ

Index

Functions

decorate

  • decorate($scope: any)
    • Adds functions needed for message browsing with details
    • Adds a watch to deselect all rows after closing the slideout with message details TODO: export these functions too?

    Parameters

    • $scope: any

getBroker

getSelectionQueuesFolder

  • getSelectionQueuesFolder(workspace: any): any

getSelectionTopicsFolder

  • getSelectionTopicsFolder(workspace: any): any

isBroker

isJobScheduler

  • isJobScheduler(workspace: Workspace): boolean

isQueue

isQueuesFolder

  • isQueuesFolder(workspace: Workspace): boolean

isTopic

isTopicsFolder

  • isTopicsFolder(workspace: Workspace): boolean

selectCurrentMessage

  • selectCurrentMessage(message: any, key: string, $scope: any)
  • Sets $scope.row to currently selected JMS message. Used in:

    • activemq/js/browse.ts
    • camel/js/browseEndpoint.ts

    TODO: remove $scope argument and operate directly on other variables. but it's too much side effects here...

    Parameters

    • message: any
    • key: string

      unique key inside message that distinguishes between values

    • $scope: any

Variables

BrowseQueueController

BrowseQueueController: ng.IModule

_module

_module: ng.IModule

jmxDomain

jmxDomain: string

log

log: Logging.Logger

pluginName

pluginName: string

Generated using TypeDoc