Class: MintPress::OracleWeblogic::SAFAgent
- Inherits:
-
GenericMbean
- Object
- GenericMbean
- MintPress::OracleWeblogic::SAFAgent
- Includes:
- MintLogger, Mixins::Properties, FancyNew, Utils
- Defined in:
- src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb,
src/oracle-weblogic/lib/oracle-weblogic/model/generated_classes/split_25.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 }
19
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 19 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
25
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 25 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
28
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 28 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]
"You must select a target on which an MBean will be deployed from\nthis list of the targets in the current domain on which this item\ncan be deployed."
Property Attributes- short_name ⇒ "Targets"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
32
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 32 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: "You must select a target on which an MBean will be deployed from\nthis list of the targets in the current domain on which this item\ncan be deployed."
-
#acknowledge_interval ⇒ Integer
"The maximum interval between two successive acknowledgements\nsent by the receiving side."
Property Attributes- short_name ⇒ "AcknowledgeInterval"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
35
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 35 property :AcknowledgeInterval, type: Integer, array: false, hash: false, short_name: "AcknowledgeInterval", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum interval between two successive acknowledgements\nsent by the receiving side."
-
#bytes_maximum ⇒ Integer
"The maximum bytes quota (total amount of bytes) that can be\nstored in this SAF agent."
Property Attributes- short_name ⇒ "BytesMaximum"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
38
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 38 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 bytes quota (total amount of bytes) that can be\nstored in this SAF agent."
-
#bytes_threshold_high ⇒ Integer
"The upper threshold value that triggers events based on the\nnumber of bytes stored in the SAF agent."
Property Attributes- short_name ⇒ "BytesThresholdHigh"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
41
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 41 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 value that triggers events based on the\nnumber of bytes stored in the SAF agent."
-
#bytes_threshold_low ⇒ Integer
"The lower threshold that triggers events based on the number of\nbytes stored in the SAF agent."
Property Attributes- short_name ⇒ "BytesThresholdLow"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
44
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 44 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 that triggers events based on the number of\nbytes stored in the SAF agent."
-
#conversation_idle_time_maximum ⇒ Integer
"The maximum amount of time allowed, in milliseconds, before a sending side\nreleases the resources used by a conversation."
Property Attributes- short_name ⇒ "ConversationIdleTimeMaximum"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
47
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 47 property :ConversationIdleTimeMaximum, type: Integer, array: false, hash: false, short_name: "ConversationIdleTimeMaximum", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum amount of time allowed, in milliseconds, before a sending side\nreleases the resources used by a conversation."
-
#default_retry_delay_base ⇒ Integer
"The amount of time, in milliseconds, between the original\ndelivery attempt and the first retry."
Property Attributes- short_name ⇒ "DefaultRetryDelayBase"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
50
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 50 property :DefaultRetryDelayBase, type: Integer, array: false, hash: false, short_name: "DefaultRetryDelayBase", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The amount of time, in milliseconds, between the original\ndelivery attempt and the first retry."
-
#default_retry_delay_maximum ⇒ Integer
"The maximum amount of time, in milliseconds, between two\nsuccessive delivery retry attempts."
Property Attributes- short_name ⇒ "DefaultRetryDelayMaximum"
- 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/saf_agent.rb', line 53 property :DefaultRetryDelayMaximum, type: Integer, array: false, hash: false, short_name: "DefaultRetryDelayMaximum", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum amount of time, in milliseconds, between two\nsuccessive delivery retry attempts."
-
#default_retry_delay_multiplier ⇒ Float
"The factor used to multiply the previous delay time to calculate\nthe next delay time to be used."
Property Attributes- short_name ⇒ "DefaultRetryDelayMultiplier"
- 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/saf_agent.rb', line 56 property :DefaultRetryDelayMultiplier, type: Float, array: false, hash: false, short_name: "DefaultRetryDelayMultiplier", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The factor used to multiply the previous delay time to calculate\nthe next delay time to be used."
-
#default_time_to_live ⇒ Integer
"The default amount of time, in milliseconds, that the agent\nguarantees to reliably send messages."
Property Attributes- short_name ⇒ "DefaultTimeToLive"
- 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/saf_agent.rb', line 59 property :DefaultTimeToLive, type: Integer, array: false, hash: false, short_name: "DefaultTimeToLive", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The default amount of time, in milliseconds, that the agent\nguarantees to reliably send messages."
-
#jmssaf_message_log_file ⇒ MintPress::OracleWeblogic::JMSSAFMessageLogFile (Default Value: MintPress::OracleWeblogic::JMSSAFMessageLogFile.new)
"The jms message log file configuration for this saf agent"
Property Attributes- short_name ⇒ "JMSSAFMessageLogFile"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- default ⇒ MintPress::OracleWeblogic::JMSSAFMessageLogFile.new
61
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 61 property :JMSSAFMessageLogFile, type: MintPress::OracleWeblogic::JMSSAFMessageLogFile, array: false, hash: false, short_name: "JMSSAFMessageLogFile", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The jms message log file configuration for this saf agent", default: MintPress::OracleWeblogic::JMSSAFMessageLogFile.new
-
#maximum_message_size ⇒ Integer
"The maximum number of bytes allowed in individual messages on\nthis SAF agent."
Property Attributes- short_name ⇒ "MaximumMessageSize"
- 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/saf_agent.rb', line 64 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\nthis SAF agent."
-
#message_buffer_size ⇒ Integer
"The amount of memory used to store message bodies in memory\nbefore they are paged out to disk."
Property Attributes- short_name ⇒ "MessageBufferSize"
- 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/saf_agent.rb', line 67 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 used to store message bodies in memory\nbefore they are paged out 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
70
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 70 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 message quota (total amount of messages) that can be\nstored in this SAF agent."
Property Attributes- short_name ⇒ "MessagesMaximum"
- 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/saf_agent.rb', line 73 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 message quota (total amount of messages) that can be\nstored in this SAF agent."
-
#messages_threshold_high ⇒ Integer
"The upper threshold that triggers events based on the number of\nmessages stored in the SAF agent."
Property Attributes- short_name ⇒ "MessagesThresholdHigh"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
76
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 76 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 that triggers events based on the number of\nmessages stored in the SAF agent."
-
#messages_threshold_low ⇒ Integer
"The low threshold that triggers events based on the number of\nmessages stored in the SAF agent."
Property Attributes- short_name ⇒ "MessagesThresholdLow"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
79
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 79 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 low threshold that triggers events based on the number of\nmessages stored in the SAF agent."
-
#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
83
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 83 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."
-
#service_type ⇒ String
"The type of service that this SAF agent provides."
Property Attributes- short_name ⇒ "ServiceType"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
85
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 85 property :ServiceType, type: String, array: false, hash: false, short_name: "ServiceType", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The type of service that this SAF agent provides."
-
#store ⇒ [MintPress::OracleWeblogic::PersistentStore,MintPress::OracleWeblogic::FileStore,MintPress::OracleWeblogic::JDBCStore,MintPress::OracleWeblogic::ReplicatedStore,MintPress::OracleWeblogic::TransactionLogJDBCStore]
"The persistent disk-based file store or JDBC-accessible database\nfor the SAF agent."
Property Attributes- short_name ⇒ "Store"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
88
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 88 property :Store, type: [MintPress::OracleWeblogic::PersistentStore,MintPress::OracleWeblogic::FileStore,MintPress::OracleWeblogic::JDBCStore,MintPress::OracleWeblogic::ReplicatedStore,MintPress::OracleWeblogic::TransactionLogJDBCStore], array: false, hash: false, short_name: "Store", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The persistent disk-based file store or JDBC-accessible database\nfor the SAF agent."
-
#window_interval ⇒ Integer
"The maximum amount of time, in milliseconds, that a JMS sending agent\nwaits before forwarding messages in a single batch."
Property Attributes- short_name ⇒ "WindowInterval"
- 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/saf_agent.rb', line 91 property :WindowInterval, type: Integer, array: false, hash: false, short_name: "WindowInterval", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum amount of time, in milliseconds, that a JMS sending agent\nwaits before forwarding messages in a single batch."
-
#window_size ⇒ Integer
"For JMS messages, the number of messages in a batch."
Property Attributes- short_name ⇒ "WindowSize"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
93
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 93 property :WindowSize, type: Integer, array: false, hash: false, short_name: "WindowSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "For JMS messages, the number of messages in a batch."
-
#forwarding_paused_at_startup ⇒ [TrueClass,FalseClass]
"Specifies whether the agent is paused for forwarding messages at\nthe startup time."
Property Attributes- short_name ⇒ "ForwardingPausedAtStartup"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
96
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 96 property :ForwardingPausedAtStartup, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ForwardingPausedAtStartup", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether the agent is paused for forwarding messages at\nthe startup time."
-
#incoming_paused_at_startup ⇒ [TrueClass,FalseClass]
"Specifies whether the agent is paused for incoming messages at\nstartup time."
Property Attributes- short_name ⇒ "IncomingPausedAtStartup"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
99
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 99 property :IncomingPausedAtStartup, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "IncomingPausedAtStartup", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether the agent is paused for incoming messages at\nstartup time."
-
#logging_enabled ⇒ [TrueClass,FalseClass]
"Specifies whether a message is logged in the server log file\nwhen a message fails to be forwarded."
Property Attributes- short_name ⇒ "LoggingEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
102
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 102 property :LoggingEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "LoggingEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether a message is logged in the server log file\nwhen a message fails to be forwarded."
-
#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
105
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 105 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."
-
#receiving_paused_at_startup ⇒ [TrueClass,FalseClass]
"Specifies whether the agent is paused for receiving messages at\nthe startup time."
Property Attributes- short_name ⇒ "ReceivingPausedAtStartup"
- 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/saf_agent.rb', line 108 property :ReceivingPausedAtStartup, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ReceivingPausedAtStartup", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether the agent is paused for receiving messages at\nthe startup time."
-
#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/saf_agent.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
22
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/saf_agent.rb', line 22 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)
Returns the current number of bytes.
-
#bytes_high_count ⇒ Object
(also: #getBytesHighCount, #get_bytes_high_count, #bytesHighCount)
Returns the peak number of bytes since the last reset.
-
#bytes_pending_count ⇒ Object
(also: #getBytesPendingCount, #get_bytes_pending_count, #bytesPendingCount)
Returns the number of pending bytes.
-
#bytes_received_count ⇒ Object
(also: #getBytesReceivedCount, #get_bytes_received_count, #bytesReceivedCount)
The number of bytes received since the last reset.
-
#bytes_threshold_time ⇒ Object
(also: #getBytesThresholdTime, #get_bytes_threshold_time, #bytesThresholdTime)
Returns the amount of time in the threshold condition since the# last reset.
-
#conversations_current_count ⇒ Object
(also: #getConversationsCurrentCount, #get_conversations_current_count, #conversationsCurrentCount)
Returns the current number of conversations.
-
#conversations_high_count ⇒ Object
(also: #getConversationsHighCount, #get_conversations_high_count, #conversationsHighCount)
The peak number of conversations since the last# reset.
-
#conversations_total_count ⇒ Object
(also: #getConversationsTotalCount, #get_conversations_total_count, #conversationsTotalCount)
The total number of conversations since the last# reset.
-
#failed_messages_total ⇒ Object
(also: #getFailedMessagesTotal, #get_failed_messages_total, #failedMessagesTotal)
Returns the total number of messages that have failed to be# forwarded since the last reset.
-
#health_state ⇒ Object
(also: #getHealthState, #get_health_state, #healthState)
The health state of this JMS server.
- #import_props_from_model ⇒ Object
-
#initialize(opts = {}) ⇒ SAFAgent
constructor
A new instance of SAFAgent.
-
#is_paused_for_forwarding ⇒ Object
(also: #isPausedForForwarding)
Indicates whether or not the sending agent is paused for# forwarding at the current time.
-
#is_paused_for_incoming ⇒ Object
(also: #isPausedForIncoming)
Indicates whether or not the sending agent is paused for# incoming messages at the current time.
-
#is_paused_for_receiving ⇒ Object
(also: #isPausedForReceiving)
Indicates whether or not the receiving agent is paused for# receiving at the current time.
-
#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)
Returns the current number of messages.
-
#messages_high_count ⇒ Object
(also: #getMessagesHighCount, #get_messages_high_count, #messagesHighCount)
Returns the peak number of messages since the last reset.
-
#messages_pending_count ⇒ Object
(also: #getMessagesPendingCount, #get_messages_pending_count, #messagesPendingCount)
Returns the number of pending messages.
-
#messages_received_count ⇒ Object
(also: #getMessagesReceivedCount, #get_messages_received_count, #messagesReceivedCount)
The number of messages received since the last reset.
-
#messages_threshold_time ⇒ Object
(also: #getMessagesThresholdTime, #get_messages_threshold_time, #messagesThresholdTime)
Returns the amount of time in the threshold condition since the# last reset.
-
#object_name ⇒ Object
(also: #getObjectName, #get_object_name, #objectName)
Deprecated.
-
#pause_forwarding ⇒ Object
(also: #pauseForwarding)
Pauses the sending agent on forwarding messages so that the# agent will not forward messages but will accept new messages.
-
#pause_incoming ⇒ Object
(also: #pauseIncoming)
Pauses the sending agent on accepting new messages.
-
#pause_receiving ⇒ Object
(also: #pauseReceiving)
Pauses the receiving agent on receiving messages.
-
#remote_endpoints ⇒ Object
(also: #getRemoteEndpoints, #get_remote_endpoints, #remoteEndpoints)
The remote endpoints to which this SAF agent has been# storing and forwarding messages.
-
#remote_endpoints_current_count ⇒ Object
(also: #getRemoteEndpointsCurrentCount, #get_remote_endpoints_current_count, #remoteEndpointsCurrentCount)
The current number of remote endpoints to which this SAF# agent has been storing and forwarding messages.
-
#remote_endpoints_high_count ⇒ Object
(also: #getRemoteEndpointsHighCount, #get_remote_endpoints_high_count, #remoteEndpointsHighCount)
The peak number of remote endpoints to which this SAF# agent has been storing and forwarding messages since last# reset.
-
#remote_endpoints_total_count ⇒ Object
(also: #getRemoteEndpointsTotalCount, #get_remote_endpoints_total_count, #remoteEndpointsTotalCount)
The number of remote endpoints to which this SAF agent# has been storing and forwarding messages since last reset.
-
#resume_forwarding ⇒ Object
(also: #resumeForwarding)
Resumes the sending agent for forwarding messages.
-
#resume_incoming ⇒ Object
(also: #resumeIncoming)
Resumes the sending agent for accepting new messages.
-
#resume_receiving ⇒ Object
(also: #resumeReceiving)
Resumes the receiving agent for receiving messages.
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