Class: MintPress::OracleWeblogic::JMSServer

Inherits:
GenericMbean show all
Includes:
MintLogger, Mixins::Properties, FancyNew, Utils
Defined in:
src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb,
src/oracle-weblogic/lib/oracle-weblogic/model/generated_classes/split_14.rb

Overview

connections and message requests on behalf of clients.

Properties (Read/Write)

  • #version ⇒ String (Default Value: Proc.new { self.domain.version })
    Version of weblogic this property is being applied to

    Property Attributes
    • defaultProc.new { self.domain.version }
    
    
    15
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 15
    
    property :version, type: String, default: Proc.new { self.domain.version }
  • #notes ⇒ String
    "Optional information that you can include to describe this\nconfiguration."

    Property Attributes
    • short_name"Notes"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    21
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 21
    
    property :Notes, type: String, array: false, hash: false, short_name: "Notes", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Optional information that you can include to describe this\nconfiguration."
  • #deployment_order ⇒ Integer
    "A priority that the server uses to determine when it deploys an\nitem."

    Property Attributes
    • short_name"DeploymentOrder"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    24
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 24
    
    property :DeploymentOrder, type: Integer, array: false, hash: false, short_name: "DeploymentOrder", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "A priority that the server uses to determine when it deploys an\nitem."
  • #blocking_send_policy ⇒ String
    "Determines whether the JMS server delivers smaller messages\nbefore larger ones when a destination has exceeded its maximum\nnumber of messages."

    Property Attributes
    • short_name"BlockingSendPolicy"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    31
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 31
    
    property :BlockingSendPolicy, type: String, array: false, hash: false, short_name: "BlockingSendPolicy", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Determines whether the JMS server delivers smaller messages\nbefore larger ones when a destination has exceeded its maximum\nnumber of messages."
  • #bytes_maximum ⇒ Integer
    "The maximum number of bytes that can be stored in this JMS server."

    Property Attributes
    • short_name"BytesMaximum"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    33
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 33
    
    property :BytesMaximum, type: Integer, array: false, hash: false, short_name: "BytesMaximum", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum number of bytes that can be stored in this JMS server."
  • #bytes_threshold_high ⇒ Integer
    "The upper threshold (number of bytes stored in this JMS server)\nthat triggers flow control and logging events."

    Property Attributes
    • short_name"BytesThresholdHigh"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    36
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 36
    
    property :BytesThresholdHigh, type: Integer, array: false, hash: false, short_name: "BytesThresholdHigh", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The upper threshold (number of bytes stored in this JMS server)\nthat triggers flow control and logging events."
  • #bytes_threshold_low ⇒ Integer
    "The lower threshold (number of bytes stored in this JMS server)\nthat triggers flow control and logging events."

    Property Attributes
    • short_name"BytesThresholdLow"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    39
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 39
    
    property :BytesThresholdLow, type: Integer, array: false, hash: false, short_name: "BytesThresholdLow", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The lower threshold (number of bytes stored in this JMS server)\nthat triggers flow control and logging events."
  • #consumption_paused_at_startup ⇒ String
    "Indicates whether consumption is paused at startup on destinations\ntargeted to this JMS server at startup."

    Property Attributes
    • short_name"ConsumptionPausedAtStartup"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    42
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 42
    
    property :ConsumptionPausedAtStartup, type: String, array: false, hash: false, short_name: "ConsumptionPausedAtStartup", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Indicates whether consumption is paused at startup on destinations\ntargeted to this JMS server at startup."
  • #expiration_scan_interval ⇒ Integer
    "The number of seconds\nbetween this JMS server's cycles of scanning local destinations for\nexpired messages."

    Property Attributes
    • short_name"ExpirationScanInterval"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    46
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 46
    
    property :ExpirationScanInterval, type: Integer, array: false, hash: false, short_name: "ExpirationScanInterval", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The number of seconds\nbetween this JMS server's cycles of scanning local destinations for\nexpired messages."
  • #insertion_paused_at_startup ⇒ String
    "Indicates whether insertion is paused at startup on destinations\ntargeted to this JMS server."

    Property Attributes
    • short_name"InsertionPausedAtStartup"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    49
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 49
    
    property :InsertionPausedAtStartup, type: String, array: false, hash: false, short_name: "InsertionPausedAtStartup", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Indicates whether insertion is paused at startup on destinations\ntargeted to this JMS server."
  • #jms_message_log_file ⇒ MintPress::OracleWeblogic::JMSMessageLogFile (Default Value: MintPress::OracleWeblogic::JMSMessageLogFile.new)
    "Deprecated."

    Property Attributes
    • short_name"JMSMessageLogFile"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • defaultMintPress::OracleWeblogic::JMSMessageLogFile.new
    
    
    51
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 51
    
    property :JMSMessageLogFile, type: MintPress::OracleWeblogic::JMSMessageLogFile, array: false, hash: false, short_name: "JMSMessageLogFile", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.", default: MintPress::OracleWeblogic::JMSMessageLogFile.new
  • #maximum_message_size ⇒ Integer
    "The maximum number of bytes allowed in individual messages on this JMS server."

    Property Attributes
    • short_name"MaximumMessageSize"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    53
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 53
    
    property :MaximumMessageSize, type: Integer, array: false, hash: false, short_name: "MaximumMessageSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum number of bytes allowed in individual messages on this JMS server."
  • #message_buffer_size ⇒ Integer
    "The amount of memory (in bytes) that this JMS server can use\nto store message bodies before it writes them to disk."

    Property Attributes
    • short_name"MessageBufferSize"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    56
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 56
    
    property :MessageBufferSize, type: Integer, array: false, hash: false, short_name: "MessageBufferSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The amount of memory (in bytes) that this JMS server can use\nto store message bodies before it writes them to disk."
  • #message_compression_options ⇒ String
    "Specifies the type of message compression used when JMS message body\ncompression is enabled for Persistent Stores and JMS Paging Stores."

    Property Attributes
    • short_name"MessageCompressionOptions"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    59
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 59
    
    property :MessageCompressionOptions, type: String, array: false, hash: false, short_name: "MessageCompressionOptions", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies the type of message compression used when JMS message body\ncompression is enabled for Persistent Stores and JMS Paging Stores."
  • #messages_maximum ⇒ Integer
    "The maximum number of messages that can be stored in this JMS server."

    Property Attributes
    • short_name"MessagesMaximum"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    61
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 61
    
    property :MessagesMaximum, type: Integer, array: false, hash: false, short_name: "MessagesMaximum", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum number of messages that can be stored in this JMS server."
  • #messages_threshold_high ⇒ Integer
    "The upper threshold (number of messages stored in this JMS\nserver) that triggers flow control and logging events."

    Property Attributes
    • short_name"MessagesThresholdHigh"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    64
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 64
    
    property :MessagesThresholdHigh, type: Integer, array: false, hash: false, short_name: "MessagesThresholdHigh", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The upper threshold (number of messages stored in this JMS\nserver) that triggers flow control and logging events."
  • #messages_threshold_low ⇒ Integer
    "The lower threshold (number of messages stored in this JMS\nserver) that triggers flow control and logging events."

    Property Attributes
    • short_name"MessagesThresholdLow"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    67
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 67
    
    property :MessagesThresholdLow, type: Integer, array: false, hash: false, short_name: "MessagesThresholdLow", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The lower threshold (number of messages stored in this JMS\nserver) that triggers flow control and logging events."
  • #paging_block_size ⇒ Integer
    "The smallest addressable block, in bytes, of a file."

    Property Attributes
    • short_name"PagingBlockSize"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    69
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 69
    
    property :PagingBlockSize, type: Integer, array: false, hash: false, short_name: "PagingBlockSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The smallest addressable block, in bytes, of a file."
  • #paging_directory ⇒ String
    "Specifies where message bodies are written when the size\nof the message bodies in the JMS server exceeds the message\nbuffer size."

    Property Attributes
    • short_name"PagingDirectory"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    73
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 73
    
    property :PagingDirectory, type: String, array: false, hash: false, short_name: "PagingDirectory", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies where message bodies are written when the size\nof the message bodies in the JMS server exceeds the message\nbuffer size."
  • #paging_io_buffer_size ⇒ Integer
    "The I/O buffer size, in bytes, automatically rounded down to the nearest power of 2."

    Property Attributes
    • short_name"PagingIoBufferSize"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    75
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 75
    
    property :PagingIoBufferSize, type: Integer, array: false, hash: false, short_name: "PagingIoBufferSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The I/O buffer size, in bytes, automatically rounded down to the nearest power of 2."
  • #paging_max_file_size ⇒ Integer
    "The paging maximum file size, in bytes."

    Property Attributes
    • short_name"PagingMaxFileSize"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    77
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 77
    
    property :PagingMaxFileSize, type: Integer, array: false, hash: false, short_name: "PagingMaxFileSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The paging maximum file size, in bytes."
  • #paging_max_window_buffer_size ⇒ Integer
    "The maximum amount of data, in bytes and rounded down to the nearest power of 2,\nmapped into the JVM's address space per paging store file."

    Property Attributes
    • short_name"PagingMaxWindowBufferSize"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    80
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 80
    
    property :PagingMaxWindowBufferSize, type: Integer, array: false, hash: false, short_name: "PagingMaxWindowBufferSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum amount of data, in bytes and rounded down to the nearest power of 2,\nmapped into the JVM's address space per paging store file."
  • #paging_min_window_buffer_size ⇒ Integer
    "The minimum amount of data, in bytes and rounded down to the nearest power of 2,\nmapped into the JVM's address space per paging store file."

    Property Attributes
    • short_name"PagingMinWindowBufferSize"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    83
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 83
    
    property :PagingMinWindowBufferSize, type: Integer, array: false, hash: false, short_name: "PagingMinWindowBufferSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The minimum amount of data, in bytes and rounded down to the nearest power of 2,\nmapped into the JVM's address space per paging store file."
  • #persistent_store ⇒ [MintPress::OracleWeblogic::PersistentStore,MintPress::OracleWeblogic::FileStore,MintPress::OracleWeblogic::JDBCStore,MintPress::OracleWeblogic::ReplicatedStore,MintPress::OracleWeblogic::TransactionLogJDBCStore]
    "The file or database in which this JMS server stores persistent\nmessages."

    Property Attributes
    • short_name"PersistentStore"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    86
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 86
    
    property :PersistentStore, type: [MintPress::OracleWeblogic::PersistentStore,MintPress::OracleWeblogic::FileStore,MintPress::OracleWeblogic::JDBCStore,MintPress::OracleWeblogic::ReplicatedStore,MintPress::OracleWeblogic::TransactionLogJDBCStore], array: false, hash: false, short_name: "PersistentStore", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The file or database in which this JMS server stores persistent\nmessages."
  • #production_paused_at_startup ⇒ String
    "Specifies whether production is paused at server startup on destinations\ntargeted to this JMS server."

    Property Attributes
    • short_name"ProductionPausedAtStartup"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    89
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 89
    
    property :ProductionPausedAtStartup, type: String, array: false, hash: false, short_name: "ProductionPausedAtStartup", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether production is paused at server startup on destinations\ntargeted to this JMS server."
  • #store_enabled ⇒ [TrueClass,FalseClass]
    "Specifies whether message persistence is supported for this JMS server."

    Property Attributes
    • short_name"StoreEnabled"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    91
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 91
    
    property :StoreEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "StoreEnabled", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether message persistence is supported for this JMS server."
  • #temporary_template_name ⇒ String
    "The name of a configured JMS template that this JMS server uses to create\ntemporary destinations."

    Property Attributes
    • short_name"TemporaryTemplateName"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    94
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 94
    
    property :TemporaryTemplateName, type: String, array: false, hash: false, short_name: "TemporaryTemplateName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of a configured JMS template that this JMS server uses to create\ntemporary destinations."
  • #temporary_template_resource ⇒ String
    "The name of a JMS module that contains a template that this JMS\nserver can use to create temporary destinations."

    Property Attributes
    • short_name"TemporaryTemplateResource"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    97
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 97
    
    property :TemporaryTemplateResource, type: String, array: false, hash: false, short_name: "TemporaryTemplateResource", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of a JMS module that contains a template that this JMS\nserver can use to create temporary destinations."
  • #allows_persistent_downgrade ⇒ [TrueClass,FalseClass]
    "Specifies whether JMS clients will get an exception when\nsending persistent messages to a destination targeted to a JMS server\nthat does not have a persistent store configured."

    Property Attributes
    • short_name"AllowsPersistentDowngrade"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    101
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 101
    
    property :AllowsPersistentDowngrade, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "AllowsPersistentDowngrade", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether JMS clients will get an exception when\nsending persistent messages to a destination targeted to a JMS server\nthat does not have a persistent store configured."
  • #hosting_temporary_destinations ⇒ [TrueClass,FalseClass]
    "Specifies whether this JMS server can be used to host temporary destinations."

    Property Attributes
    • short_name"HostingTemporaryDestinations"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    103
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 103
    
    property :HostingTemporaryDestinations, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "HostingTemporaryDestinations", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether this JMS server can be used to host temporary destinations."
  • #paging_file_locking_enabled ⇒ [TrueClass,FalseClass]
    "Determines whether OS file locking is used."

    Property Attributes
    • short_name"PagingFileLockingEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    105
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 105
    
    property :PagingFileLockingEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "PagingFileLockingEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Determines whether OS file locking is used."
  • #paging_message_compression_enabled ⇒ [TrueClass,FalseClass]
    "Enables the JMS paging store to perform message body\ncompression on persistent and non-persistent messages."

    Property Attributes
    • short_name"PagingMessageCompressionEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    108
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 108
    
    property :PagingMessageCompressionEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "PagingMessageCompressionEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables the JMS paging store to perform message body\ncompression on persistent and non-persistent messages."
  • #store_message_compression_enabled ⇒ [TrueClass,FalseClass]
    "Enables the JMS store to perform message body\ncompression."

    Property Attributes
    • short_name"StoreMessageCompressionEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    111
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 111
    
    property :StoreMessageCompressionEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "StoreMessageCompressionEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables the JMS store to perform message body\ncompression."
  • #name ⇒ String (Default Value: "NO_NAME_0")

    Property Attributes
    • default"NO_NAME_0"
    
    
    31
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/generic_mbean.rb', line 31
    
    property :Name, type: String, default: "NO_NAME_0"

Properties (Read Only)

  • #name ⇒ String
    "The user-specified name of this MBean instance."

    Property Attributes
    • short_name"Name"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    18
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 18
    
    property :Name, type: String, array: false, hash: false, short_name: "Name", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The user-specified name of this MBean instance."

Constant Summary

Constants included from MintLogger

MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN

Instance Attribute Summary

Attributes included from Mixins::Properties

#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root

Instance Method Summary collapse

Methods included from Mixins::Properties

#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref

Methods included from MintLogger::Utils::Common

#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send

Methods included from Utils

#activate_list, #already_traversed, #announce_self, #bean_type, #build_activate_list, #clear_property_sheet_cache, #create_generic, #create_mbean_components, #delete, #destroy_generic, #empty_mbean?, #execute_script, #exists?, #fast_ls_all, #fast_ls_folder, #fast_ls_object, #fast_ls_object_map, #find_cluster, #find_runtime_path_in_rest, #find_server, #full_url, #get, #get_all_self_names, #get_identity, #get_local_wlst_session, #get_matching_self_names, #get_property_from_target, #get_property_from_target_rest, #get_property_from_target_wlst, #get_property_from_target_wlst_impl, #get_property_sheet, #get_rest_item, #get_rest_url_for_parent, #get_rest_url_for_self, #get_servers, #get_servers_rest, #get_servers_wlst, #get_wl_home, #globmatch?, #handle_create, #http_delete, #http_get, #http_post, #http_put, included, #invalidate_session, #is_meta_object?, #longclass, #massage_return, #mbean_components, #mbean_exists?, #mbean_lookup, #mbean_properties, #mbean_to_hash, #meta_list?, #my_short_name, #perform_method_generic, #perform_runtime_call_generic_rest, #perform_runtime_method_generic, #post, #raise_http_exception, #remove, #request_headers, #reset_activate_list, #rest_activate_change, #rest_create_generic, #rest_create_mbean_components, #rest_destroy_self, #rest_edit_url, #rest_has_changes, #rest_idempotent_create, #rest_locked, #rest_nonedit_url, #rest_start_change, #rest_undo_change, #runtime_introspection, #shortclass, #start_with_async, #state_with_net_ping, #stop_with_async, #to_nested, #wlst_cd_to, #wlst_create_generic, #wlst_destroy_self, #wlst_find_object, #wlst_find_parent_object, #wlst_generic_mbean_update_all, #wlst_idempotent_create, #wlst_update_mbean

Methods included from FancyNew

included

Methods inherited from GenericMbean

#create, #destroy, #is_generic, is_generic

Methods included from MBeanUtils

#assign_object_by_identity, #assign_object_by_identity_from, #bean_is_changed?, #dump_metadata, #dump_tree_metadata, #get_item_by_identity_name, #get_item_by_identity_name_from, #get_parent_by_identity_name, #harvest, #harvest_anew, #harvest_item_by_name, #harvest_item_by_type, #harvest_wlst, #harvesters, #harvesting, #longname, #lookup_mintpress_by_mbean, #mbean_by_url, #process_mbeans, #register_mbean_url

Constructor Details

#initialize(opts = {}) ⇒ JMSServer

Returns a new instance of JMSServer.

Instance Method Details

#bytes_current_countObject Also known as: getBytesCurrentCount, get_bytes_current_count, bytesCurrentCount

The current number of bytes stored on this JMS server.

#bytes_high_countObject Also known as: getBytesHighCount, get_bytes_high_count, bytesHighCount

The peak number of bytes stored in the JMS server since the last# reset.

#bytes_pageable_current_countObject Also known as: getBytesPageableCurrentCount, get_bytes_pageable_current_count, bytesPageableCurrentCount

Return the total number of bytes in all the messages that are currently# available to be paged out, but which have not yet been paged out.

#bytes_paged_in_total_countObject Also known as: getBytesPagedInTotalCount, get_bytes_paged_in_total_count, bytesPagedInTotalCount

Return the total number of bytes that were read from the paging# directory since the JMS server was started.

#bytes_paged_out_total_countObject Also known as: getBytesPagedOutTotalCount, get_bytes_paged_out_total_count, bytesPagedOutTotalCount

Return the total number of bytes that were written to the paging# directory since the JMS server was started.

#bytes_pending_countObject Also known as: getBytesPendingCount, get_bytes_pending_count, bytesPendingCount

The current number of bytes pending (unacknowledged or# uncommitted) stored on this JMS server.

#bytes_received_countObject Also known as: getBytesReceivedCount, get_bytes_received_count, bytesReceivedCount

The number of bytes received on this JMS server since the last# reset.

#bytes_threshold_timeObject Also known as: getBytesThresholdTime, get_bytes_threshold_time, bytesThresholdTime

The amount of time in the threshold condition since the last# reset.

#consumption_paused_stateObject Also known as: getConsumptionPausedState, get_consumption_paused_state, consumptionPausedState

Returns the current consumption paused state of the# JMSServer as string value.

#destinations_current_countObject Also known as: getDestinationsCurrentCount, get_destinations_current_count, destinationsCurrentCount

The current number of destinations for this JMS server.

#destinations_high_countObject Also known as: getDestinationsHighCount, get_destinations_high_count, destinationsHighCount

The peak number of destinations on this JMS server since the# last reset.

#destinations_total_countObject Also known as: getDestinationsTotalCount, get_destinations_total_count, destinationsTotalCount

The number of destinations instantiated on this JMS server since# the last reset.

#force_commit(xid) ⇒ Object Also known as: forceCommit

forceCommit(String xid)# Causes the work associated with the specified transaction branch# to be committed.

#force_rollback(xid) ⇒ Object Also known as: forceRollback

forceRollback(String xid)# Causes the work associated with the specified transaction branch# to be rolled back.

#health_stateObject Also known as: getHealthState, get_health_state, healthState

The health state of this JMS server.

#import_props_from_modelObject

#insertion_paused_stateObject Also known as: getInsertionPausedState, get_insertion_paused_state, insertionPausedState

Returns the current insertion paused state of the# JMSServer as string value.

#is_consumption_pausedObject Also known as: isConsumptionPaused

Returns the current consumption paused state of the# JMSServer as boolean value.

#is_insertion_pausedObject Also known as: isInsertionPaused

Returns the current insertion paused state of the# JMSServer as boolean value.

#is_production_pausedObject Also known as: isProductionPaused

Returns the current production paused state of the# JMSServer as boolean value.

#is_registeredObject Also known as: isRegistered

Deprecated.

#m_bean_infoObject Also known as: getMBeanInfo, get_m_bean_info, mBeanInfo

Deprecated.

#messages_current_countObject Also known as: getMessagesCurrentCount, get_messages_current_count, messagesCurrentCount

The current number of messages stored on this JMS server.

#messages_high_countObject Also known as: getMessagesHighCount, get_messages_high_count, messagesHighCount

The peak number of messages stored in the JMS server since the# last reset.

#messages_pageable_current_countObject Also known as: getMessagesPageableCurrentCount, get_messages_pageable_current_count, messagesPageableCurrentCount

Return the number of messages that are currently available for# paging in this JMS server but have not yet been paged out.

#messages_paged_in_total_countObject Also known as: getMessagesPagedInTotalCount, get_messages_paged_in_total_count, messagesPagedInTotalCount

Return the total number of messages that were read from the paging# directory since the JMS server was started.

#messages_paged_out_total_countObject Also known as: getMessagesPagedOutTotalCount, get_messages_paged_out_total_count, messagesPagedOutTotalCount

Return the total number of messages that were written to the paging# directory since the JMS server was started.

#messages_pending_countObject Also known as: getMessagesPendingCount, get_messages_pending_count, messagesPendingCount

The current number of messages pending (unacknowledged or# uncommitted) stored on this JMS server.

#messages_received_countObject Also known as: getMessagesReceivedCount, get_messages_received_count, messagesReceivedCount

The number of messages received on this destination since the# last reset.

#messages_threshold_timeObject Also known as: getMessagesThresholdTime, get_messages_threshold_time, messagesThresholdTime

The amount of time in the threshold condition since the last# reset.

#object_nameObject Also known as: getObjectName, get_object_name, objectName

Deprecated.

#paging_allocated_io_buffer_bytesObject Also known as: getPagingAllocatedIoBufferBytes, get_paging_allocated_io_buffer_bytes, pagingAllocatedIoBufferBytes

See PersistentStoreRuntimeMBean.AllocatedIoBufferBytes

#paging_allocated_window_buffer_bytesObject Also known as: getPagingAllocatedWindowBufferBytes, get_paging_allocated_window_buffer_bytes, pagingAllocatedWindowBufferBytes

See PersistentStoreRuntimeMBean.AllocatedWindowBufferBytes

#paging_physical_write_countObject Also known as: getPagingPhysicalWriteCount, get_paging_physical_write_count, pagingPhysicalWriteCount

See PersistentStoreRuntimeMBean.PhysicalWriteCount

#pause_consumptionObject Also known as: pauseConsumption

Pauses the consumption operation on all the destinations# hosted by the JMSServer.

#pause_insertionObject Also known as: pauseInsertion

Pauses the appearance of any messages on all the# destinations of the JMSServer, that are result of the# in-flight work completion on all the destinations hosted by# this JMSServer.

#pause_productionObject Also known as: pauseProduction

Pauses the new message production on all the destinations# hosted by the JMSServer.

#pending_transactionsObject Also known as: getPendingTransactions, get_pending_transactions, pendingTransactions

Returns an array of Xids representing transaction branches that# exist onthis JMS server in the pending state, i.e.

#production_paused_stateObject Also known as: getProductionPausedState, get_production_paused_state, productionPausedState

Returns the current production paused state of the JMSServer# as string value.

#resume_consumptionObject Also known as: resumeConsumption

Resumes the consumption operation on all the# destinations hosted by the JMSSever.

#resume_insertionObject Also known as: resumeInsertion

Resumes the in-flight message production operation# on all the destinations hosted by the JMSServer.

#resume_productionObject Also known as: resumeProduction

Resumes the new message production operation on all the# destinations hosted by the JMSServer.

#session_pools_current_countObject Also known as: getSessionPoolsCurrentCount, get_session_pools_current_count, sessionPoolsCurrentCount

The current number of session pools instantiated on this JMS# server.

#session_pools_high_countObject Also known as: getSessionPoolsHighCount, get_session_pools_high_count, sessionPoolsHighCount

The peak number of session pools instantiated on this JMS server# since the last reset.

#session_pools_total_countObject Also known as: getSessionPoolsTotalCount, get_session_pools_total_count, sessionPoolsTotalCount

The number of session pools instantiated on this JMS server# since the last reset.

#transaction_status(xid) ⇒ Object Also known as: getTransactionStatus, get_transaction_status, transactionStatus

getTransactionStatus(String xid)# Given an Xid this method returns the JTA status of the associated# JMS transaction branch.