Class: MintPress::OracleWeblogic::SAFAgent

Inherits:
GenericMbean show all
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

the receiving agent, and deliver messages to the final endpoint.

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 }
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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."
  • #acknowledge_interval ⇒ Integer
    "The maximum interval between two successive acknowledgements\nsent by the receiving side."

    Property Attributes
    • short_name"AcknowledgeInterval"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • defaultMintPress::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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    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_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    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

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 = {}) ⇒ SAFAgent

Returns a new instance of SAFAgent.

Instance Method Details

#bytes_current_countObject Also known as: getBytesCurrentCount, get_bytes_current_count, bytesCurrentCount

Returns the current number of bytes.

#bytes_high_countObject Also known as: getBytesHighCount, get_bytes_high_count, bytesHighCount

Returns the peak number of bytes since the last reset.

#bytes_pending_countObject Also known as: getBytesPendingCount, get_bytes_pending_count, bytesPendingCount

Returns the number of pending bytes.

#bytes_received_countObject Also known as: getBytesReceivedCount, get_bytes_received_count, bytesReceivedCount

The number of bytes received since the last reset.

#bytes_threshold_timeObject Also known as: getBytesThresholdTime, get_bytes_threshold_time, bytesThresholdTime

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

#conversations_current_countObject Also known as: getConversationsCurrentCount, get_conversations_current_count, conversationsCurrentCount

Returns the current number of conversations

#conversations_high_countObject Also known as: getConversationsHighCount, get_conversations_high_count, conversationsHighCount

The peak number of conversations since the last# reset.

#conversations_total_countObject Also known as: getConversationsTotalCount, get_conversations_total_count, conversationsTotalCount

The total number of conversations since the last# reset.

#failed_messages_totalObject Also known as: getFailedMessagesTotal, get_failed_messages_total, failedMessagesTotal

Returns the total number of messages that have failed to be# forwarded since the last reset.

#health_stateObject Also known as: getHealthState, get_health_state, healthState

The health state of this JMS server.

#import_props_from_modelObject

#is_paused_for_forwardingObject Also known as: isPausedForForwarding

Indicates whether or not the sending agent is paused for# forwarding at the current time.

#is_paused_for_incomingObject Also known as: isPausedForIncoming

Indicates whether or not the sending agent is paused for# incoming messages at the current time.

#is_paused_for_receivingObject Also known as: isPausedForReceiving

Indicates whether or not the receiving agent is paused for# receiving at the current time.

#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

Returns the current number of messages.

#messages_high_countObject Also known as: getMessagesHighCount, get_messages_high_count, messagesHighCount

Returns the peak number of messages since the last reset.

#messages_pending_countObject Also known as: getMessagesPendingCount, get_messages_pending_count, messagesPendingCount

Returns the number of pending messages.

#messages_received_countObject Also known as: getMessagesReceivedCount, get_messages_received_count, messagesReceivedCount

The number of messages received since the last reset.

#messages_threshold_timeObject Also known as: getMessagesThresholdTime, get_messages_threshold_time, messagesThresholdTime

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

#object_nameObject Also known as: getObjectName, get_object_name, objectName

Deprecated.

#pause_forwardingObject Also known as: pauseForwarding

Pauses the sending agent on forwarding messages so that the# agent will not forward messages but will accept new messages.

#pause_incomingObject Also known as: pauseIncoming

Pauses the sending agent on accepting new messages.

#pause_receivingObject Also known as: pauseReceiving

Pauses the receiving agent on receiving messages.

#remote_endpointsObject Also known as: getRemoteEndpoints, get_remote_endpoints, remoteEndpoints

The remote endpoints to which this SAF agent has been# storing and forwarding messages.

#remote_endpoints_current_countObject Also known as: 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_countObject Also known as: 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_countObject Also known as: 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_forwardingObject Also known as: resumeForwarding

Resumes the sending agent for forwarding messages.

#resume_incomingObject Also known as: resumeIncoming

Resumes the sending agent for accepting new messages.

#resume_receivingObject Also known as: resumeReceiving

Resumes the receiving agent for receiving messages.