Class: MintPress::OracleWeblogic::JMSServer
- Inherits:
-
GenericMbean
- Object
- GenericMbean
- MintPress::OracleWeblogic::JMSServer
- 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
Properties (Read/Write)
-
#version ⇒ String (Default Value: Proc.new { self.domain.version })
Version of weblogic this property is being applied to
Property Attributes- default ⇒ Proc.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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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."
-
#targets ⇒ Hash of ⇒ [MintPress::OracleWeblogic::Target,MintPress::OracleWeblogic::Cluster,MintPress::OracleWeblogic::JMSServer,MintPress::OracleWeblogic::JTAMigratableTarget,MintPress::OracleWeblogic::MigratableTarget,MintPress::OracleWeblogic::SAFAgent,MintPress::OracleWeblogic::Server,MintPress::OracleWeblogic::ServerTemplate,MintPress::OracleWeblogic::VirtualHost,MintPress::OracleWeblogic::VirtualTarget]
"The server instances, clusters, or a migratable targets defined in the current domain that are\ncandidates for hosting the JMSSerer."
Property Attributes- short_name ⇒ "Targets"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
27
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jms_server.rb', line 27 property :Targets, type: [MintPress::OracleWeblogic::Target,MintPress::OracleWeblogic::Cluster,MintPress::OracleWeblogic::JMSServer,MintPress::OracleWeblogic::JTAMigratableTarget,MintPress::OracleWeblogic::MigratableTarget,MintPress::OracleWeblogic::SAFAgent,MintPress::OracleWeblogic::Server,MintPress::OracleWeblogic::ServerTemplate,MintPress::OracleWeblogic::VirtualHost,MintPress::OracleWeblogic::VirtualTarget], array: false, hash: true, short_name: "Targets", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The server instances, clusters, or a migratable targets defined in the current domain that are\ncandidates for hosting the JMSSerer."
-
#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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- default ⇒ MintPress::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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
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_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
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
-
#bytes_current_count ⇒ Object
(also: #getBytesCurrentCount, #get_bytes_current_count, #bytesCurrentCount)
The current number of bytes stored on this JMS server.
-
#bytes_high_count ⇒ Object
(also: #getBytesHighCount, #get_bytes_high_count, #bytesHighCount)
The peak number of bytes stored in the JMS server since the last# reset.
-
#bytes_pageable_current_count ⇒ Object
(also: #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_count ⇒ Object
(also: #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_count ⇒ Object
(also: #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_count ⇒ Object
(also: #getBytesPendingCount, #get_bytes_pending_count, #bytesPendingCount)
The current number of bytes pending (unacknowledged or# uncommitted) stored on this JMS server.
-
#bytes_received_count ⇒ Object
(also: #getBytesReceivedCount, #get_bytes_received_count, #bytesReceivedCount)
The number of bytes received on this JMS server since the last# reset.
-
#bytes_threshold_time ⇒ Object
(also: #getBytesThresholdTime, #get_bytes_threshold_time, #bytesThresholdTime)
The amount of time in the threshold condition since the last# reset.
-
#consumption_paused_state ⇒ Object
(also: #getConsumptionPausedState, #get_consumption_paused_state, #consumptionPausedState)
Returns the current consumption paused state of the# JMSServer as string value.
-
#destinations_current_count ⇒ Object
(also: #getDestinationsCurrentCount, #get_destinations_current_count, #destinationsCurrentCount)
The current number of destinations for this JMS server.
-
#destinations_high_count ⇒ Object
(also: #getDestinationsHighCount, #get_destinations_high_count, #destinationsHighCount)
The peak number of destinations on this JMS server since the# last reset.
-
#destinations_total_count ⇒ Object
(also: #getDestinationsTotalCount, #get_destinations_total_count, #destinationsTotalCount)
The number of destinations instantiated on this JMS server since# the last reset.
-
#force_commit(xid) ⇒ Object
(also: #forceCommit)
forceCommit(String xid)# Causes the work associated with the specified transaction branch# to be committed.
-
#force_rollback(xid) ⇒ Object
(also: #forceRollback)
forceRollback(String xid)# Causes the work associated with the specified transaction branch# to be rolled back.
-
#health_state ⇒ Object
(also: #getHealthState, #get_health_state, #healthState)
The health state of this JMS server.
- #import_props_from_model ⇒ Object
-
#initialize(opts = {}) ⇒ JMSServer
constructor
A new instance of JMSServer.
-
#insertion_paused_state ⇒ Object
(also: #getInsertionPausedState, #get_insertion_paused_state, #insertionPausedState)
Returns the current insertion paused state of the# JMSServer as string value.
-
#is_consumption_paused ⇒ Object
(also: #isConsumptionPaused)
Returns the current consumption paused state of the# JMSServer as boolean value.
-
#is_insertion_paused ⇒ Object
(also: #isInsertionPaused)
Returns the current insertion paused state of the# JMSServer as boolean value.
-
#is_production_paused ⇒ Object
(also: #isProductionPaused)
Returns the current production paused state of the# JMSServer as boolean value.
-
#is_registered ⇒ Object
(also: #isRegistered)
Deprecated.
-
#m_bean_info ⇒ Object
(also: #getMBeanInfo, #get_m_bean_info, #mBeanInfo)
Deprecated.
-
#messages_current_count ⇒ Object
(also: #getMessagesCurrentCount, #get_messages_current_count, #messagesCurrentCount)
The current number of messages stored on this JMS server.
-
#messages_high_count ⇒ Object
(also: #getMessagesHighCount, #get_messages_high_count, #messagesHighCount)
The peak number of messages stored in the JMS server since the# last reset.
-
#messages_pageable_current_count ⇒ Object
(also: #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_count ⇒ Object
(also: #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_count ⇒ Object
(also: #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_count ⇒ Object
(also: #getMessagesPendingCount, #get_messages_pending_count, #messagesPendingCount)
The current number of messages pending (unacknowledged or# uncommitted) stored on this JMS server.
-
#messages_received_count ⇒ Object
(also: #getMessagesReceivedCount, #get_messages_received_count, #messagesReceivedCount)
The number of messages received on this destination since the# last reset.
-
#messages_threshold_time ⇒ Object
(also: #getMessagesThresholdTime, #get_messages_threshold_time, #messagesThresholdTime)
The amount of time in the threshold condition since the last# reset.
-
#object_name ⇒ Object
(also: #getObjectName, #get_object_name, #objectName)
Deprecated.
-
#paging_allocated_io_buffer_bytes ⇒ Object
(also: #getPagingAllocatedIoBufferBytes, #get_paging_allocated_io_buffer_bytes, #pagingAllocatedIoBufferBytes)
See PersistentStoreRuntimeMBean.AllocatedIoBufferBytes.
-
#paging_allocated_window_buffer_bytes ⇒ Object
(also: #getPagingAllocatedWindowBufferBytes, #get_paging_allocated_window_buffer_bytes, #pagingAllocatedWindowBufferBytes)
See PersistentStoreRuntimeMBean.AllocatedWindowBufferBytes.
-
#paging_physical_write_count ⇒ Object
(also: #getPagingPhysicalWriteCount, #get_paging_physical_write_count, #pagingPhysicalWriteCount)
See PersistentStoreRuntimeMBean.PhysicalWriteCount.
-
#pause_consumption ⇒ Object
(also: #pauseConsumption)
Pauses the consumption operation on all the destinations# hosted by the JMSServer.
-
#pause_insertion ⇒ Object
(also: #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_production ⇒ Object
(also: #pauseProduction)
Pauses the new message production on all the destinations# hosted by the JMSServer.
-
#pending_transactions ⇒ Object
(also: #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_state ⇒ Object
(also: #getProductionPausedState, #get_production_paused_state, #productionPausedState)
Returns the current production paused state of the JMSServer# as string value.
-
#resume_consumption ⇒ Object
(also: #resumeConsumption)
Resumes the consumption operation on all the# destinations hosted by the JMSSever.
-
#resume_insertion ⇒ Object
(also: #resumeInsertion)
Resumes the in-flight message production operation# on all the destinations hosted by the JMSServer.
-
#resume_production ⇒ Object
(also: #resumeProduction)
Resumes the new message production operation on all the# destinations hosted by the JMSServer.
-
#session_pools_current_count ⇒ Object
(also: #getSessionPoolsCurrentCount, #get_session_pools_current_count, #sessionPoolsCurrentCount)
The current number of session pools instantiated on this JMS# server.
-
#session_pools_high_count ⇒ Object
(also: #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_count ⇒ Object
(also: #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: #getTransactionStatus, #get_transaction_status, #transactionStatus)
getTransactionStatus(String xid)# Given an Xid this method returns the JTA status of the associated# JMS transaction branch.
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
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