Class: MintPress::OracleWeblogic::Destination

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

Overview

between queues and topics.

Properties (Read/Write)

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

    Property Attributes
    • defaultProc.new { self.domain.version }
    
    
    15
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 15
    
    property :version, type: String, default: Proc.new { self.domain.version }
  • #name ⇒ String
    "The name of this entity, represented in XML as an attribute."

    Property Attributes
    • short_name"Name"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    17
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 17
    
    property :Name, type: String, array: false, hash: false, short_name: "Name", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of this entity, represented in XML as an attribute."
  • #notes ⇒ String
    "Optional information that you can include to describe this\nnamed JMS descriptor bean."

    Property Attributes
    • short_name"Notes"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    20
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 20
    
    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\nnamed JMS descriptor bean."
  • #sub_deployment_name ⇒ String
    "Gets the name of the sub-deployment to use when targeting this entity"

    Property Attributes
    • short_name"SubDeploymentName"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    22
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 22
    
    property :SubDeploymentName, type: String, array: false, hash: false, short_name: "SubDeploymentName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Gets the name of the sub-deployment to use when targeting this entity"
  • #default_targeting_enabled ⇒ [TrueClass,FalseClass]
    "Specifies whether this JMS resource defaults to the parent module's targeting or uses the\nsubdeployment targeting mechanism."

    Property Attributes
    • short_name"DefaultTargetingEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    25
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 25
    
    property :DefaultTargetingEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "DefaultTargetingEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether this JMS resource defaults to the parent module's targeting or uses the\nsubdeployment targeting mechanism."
  • #attach_sender ⇒ String
    "Specifies whether messages landing on this destination should\nattach the credential of the sending user."

    Property Attributes
    • short_name"AttachSender"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    28
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 28
    
    property :AttachSender, type: String, array: false, hash: false, short_name: "AttachSender", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether messages landing on this destination should\nattach the credential of the sending user."
  • #destination_keys ⇒ Array of ⇒ String
    "The list of potential destination keys for sorting the\nmessages that arrive on a JMS destination."

    Property Attributes
    • short_name"DestinationKeys"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    31
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 31
    
    property :DestinationKeys, type: String, array: true, hash: false, short_name: "DestinationKeys", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The list of potential destination keys for sorting the\nmessages that arrive on a JMS destination."
  • #incomplete_work_expiration_time ⇒ Integer
    "Specifies the maximum length of time, in milliseconds, before undelivered messages in an\nincomplete UOW are expired."

    Property Attributes
    • short_name"IncompleteWorkExpirationTime"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    34
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 34
    
    property :IncompleteWorkExpirationTime, type: Integer, array: false, hash: false, short_name: "IncompleteWorkExpirationTime", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies the maximum length of time, in milliseconds, before undelivered messages in an\nincomplete UOW are expired."
  • #jms_create_destination_identifier ⇒ String
    "A reference name for a destination or a member of a distributed destination that provides\na way to lookup that destination without JNDI using javax.jms.Session createQueue\nor createTopic."

    Property Attributes
    • short_name"JMSCreateDestinationIdentifier"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    38
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 38
    
    property :JMSCreateDestinationIdentifier, type: String, array: false, hash: false, short_name: "JMSCreateDestinationIdentifier", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "A reference name for a destination or a member of a distributed destination that provides\na way to lookup that destination without JNDI using javax.jms.Session createQueue\nor createTopic."
  • #jndi_name ⇒ String
    "The global JNDI name used to look up the destination within the JNDI\nnamespace."

    Property Attributes
    • short_name"JNDIName"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    41
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 41
    
    property :JNDIName, type: String, array: false, hash: false, short_name: "JNDIName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The global JNDI name used to look up the destination within the JNDI\nnamespace."
  • #local_jndi_name ⇒ String
    "The local JNDI name used to look up the destination within the JNDI namespace\nof the server where the destination resource is targeted."

    Property Attributes
    • short_name"LocalJNDIName"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    44
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 44
    
    property :LocalJNDIName, type: String, array: false, hash: false, short_name: "LocalJNDIName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The local JNDI name used to look up the destination within the JNDI namespace\nof the server where the destination resource is targeted."
  • #maximum_message_size ⇒ Integer
    "The maximum size of a message that is accepted from producers on\nthis destination."

    Property Attributes
    • short_name"MaximumMessageSize"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    47
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 47
    
    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 size of a message that is accepted from producers on\nthis destination."
  • #messaging_performance_preference ⇒ Integer
    "Controls how long destinations are willing to wait to create full batches of available\nmessages (if at all) for delivery to consumers."

    Property Attributes
    • short_name"MessagingPerformancePreference"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    50
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 50
    
    property :MessagingPerformancePreference, type: Integer, array: false, hash: false, short_name: "MessagingPerformancePreference", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Controls how long destinations are willing to wait to create full batches of available\nmessages (if at all) for delivery to consumers."
  • #quota ⇒ MintPress::OracleWeblogic::Quota
    "A Quota controls the allotment of system resources available\nto destinations."

    Property Attributes
    • short_name"Quota"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    53
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 53
    
    property :Quota, type: MintPress::OracleWeblogic::Quota, array: false, hash: false, short_name: "Quota", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "A Quota controls the allotment of system resources available\nto destinations."
  • #saf_export_policy ⇒ String
    "Specifies whether a user can send messages to a destination\nusing Store-and-Forward."

    Property Attributes
    • short_name"SAFExportPolicy"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    56
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 56
    
    property :SAFExportPolicy, type: String, array: false, hash: false, short_name: "SAFExportPolicy", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether a user can send messages to a destination\nusing Store-and-Forward."
  • #template ⇒ MintPress::OracleWeblogic::JMSTemplate
    "The JMS template from which the destination is derived."

    Property Attributes
    • short_name"Template"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    58
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 58
    
    property :Template, type: MintPress::OracleWeblogic::JMSTemplate, array: false, hash: false, short_name: "Template", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The JMS template from which the destination is derived."
  • #unit_of_work_handling_policy ⇒ String
    "Specifies whether the Unit-of-Work (UOW) feature is enabled for this destination."

    Property Attributes
    • short_name"UnitOfWorkHandlingPolicy"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    60
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 60
    
    property :UnitOfWorkHandlingPolicy, type: String, array: false, hash: false, short_name: "UnitOfWorkHandlingPolicy", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether the Unit-of-Work (UOW) feature is enabled for this destination."
  • #consumption_paused_at_startup ⇒ [TrueClass,FalseClass]
    "Specifies whether consumption is paused on a destination at\nstartup."

    Property Attributes
    • short_name"ConsumptionPausedAtStartup"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    63
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 63
    
    property :ConsumptionPausedAtStartup, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ConsumptionPausedAtStartup", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether consumption is paused on a destination at\nstartup."
  • #default_unit_of_order ⇒ [TrueClass,FalseClass]
    "Specifies whether WebLogic Server creates a system-generated unit-of-order name based on the\ndomain, JMS server, and destination name."

    Property Attributes
    • short_name"DefaultUnitOfOrder"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    66
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 66
    
    property :DefaultUnitOfOrder, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "DefaultUnitOfOrder", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether WebLogic Server creates a system-generated unit-of-order name based on the\ndomain, JMS server, and destination name."
  • #insertion_paused_at_startup ⇒ [TrueClass,FalseClass]
    "Specifies whether new message insertion is paused on a\ndestination at startup."

    Property Attributes
    • short_name"InsertionPausedAtStartup"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    69
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 69
    
    property :InsertionPausedAtStartup, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "InsertionPausedAtStartup", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether new message insertion is paused on a\ndestination at startup."
  • #production_paused_at_startup ⇒ [TrueClass,FalseClass]
    "Specifies whether new message production is paused on a\ndestination at startup."

    Property Attributes
    • short_name"ProductionPausedAtStartup"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    72
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 72
    
    property :ProductionPausedAtStartup, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ProductionPausedAtStartup", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether new message production is paused on a\ndestination at startup."
  • #error_destination ⇒ [MintPress::OracleWeblogic::Destination,MintPress::OracleWeblogic::Queue,MintPress::OracleWeblogic::Topic,MintPress::OracleWeblogic::UniformDistributedDestination,MintPress::OracleWeblogic::UniformDistributedQueue,MintPress::OracleWeblogic::UniformDistributedTopic]
    "The name of the target error destination for messages that have expired or reached their redelivery\nlimit."

    Property Attributes
    • short_name"ErrorDestination"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryFailureParams"]
    
    
    75
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 75
    
    property :ErrorDestination, type: [MintPress::OracleWeblogic::Destination,MintPress::OracleWeblogic::Queue,MintPress::OracleWeblogic::Topic,MintPress::OracleWeblogic::UniformDistributedDestination,MintPress::OracleWeblogic::UniformDistributedQueue,MintPress::OracleWeblogic::UniformDistributedTopic], array: false, hash: false, short_name: "ErrorDestination", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the target error destination for messages that have expired or reached their redelivery\nlimit.", source: ["DeliveryFailureParams"]
  • #expiration_policy ⇒ String
    "The message Expiration Policy to use when an expired message is encountered on a destination."

    Property Attributes
    • short_name"ExpirationPolicy"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryFailureParams"]
    
    
    77
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 77
    
    property :ExpirationPolicy, type: String, array: false, hash: false, short_name: "ExpirationPolicy", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The message Expiration Policy to use when an expired message is encountered on a destination.", source: ["DeliveryFailureParams"]
  • #redelivery_limit ⇒ Integer
    "The number of redelivery tries a message can have before it is moved to the error destination."

    Property Attributes
    • short_name"RedeliveryLimit"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryFailureParams"]
    
    
    79
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 79
    
    property :RedeliveryLimit, type: Integer, array: false, hash: false, short_name: "RedeliveryLimit", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The number of redelivery tries a message can have before it is moved to the error destination.", source: ["DeliveryFailureParams"]
  • #delivery_mode ⇒ String
    "The delivery mode assigned to all messages that arrive at the\ndestination regardless of the DeliveryMode specified by the message\nproducer."

    Property Attributes
    • short_name"DeliveryMode"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryParamsOverrides"]
    
    
    83
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 83
    
    property :DeliveryMode, type: String, array: false, hash: false, short_name: "DeliveryMode", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The delivery mode assigned to all messages that arrive at the\ndestination regardless of the DeliveryMode specified by the message\nproducer.", source: ["DeliveryParamsOverrides"]
  • #priority ⇒ Integer
    "The priority assigned to all messages that arrive at this\ndestination, regardless of the Priority specified by the message\nproducer."

    Property Attributes
    • short_name"Priority"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryParamsOverrides"]
    
    
    87
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 87
    
    property :Priority, type: Integer, array: false, hash: false, short_name: "Priority", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The priority assigned to all messages that arrive at this\ndestination, regardless of the Priority specified by the message\nproducer.", source: ["DeliveryParamsOverrides"]
  • #redelivery_delay ⇒ Integer
    "The delay, in milliseconds, before rolled back or recovered\nmessages are redelivered, regardless of the RedeliveryDelay\nspecified by the consumer and/or connection factory."

    Property Attributes
    • short_name"RedeliveryDelay"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryParamsOverrides"]
    
    
    91
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 91
    
    property :RedeliveryDelay, type: Integer, array: false, hash: false, short_name: "RedeliveryDelay", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The delay, in milliseconds, before rolled back or recovered\nmessages are redelivered, regardless of the RedeliveryDelay\nspecified by the consumer and/or connection factory.", source: ["DeliveryParamsOverrides"]
  • #time_to_deliver ⇒ String
    "The default delay, either in milliseconds or as a schedule,\nbetween when a message is produced and when it is made visible on\nits target destination, regardless of the delivery time specified\nby the producer and/or connection factory."

    Property Attributes
    • short_name"TimeToDeliver"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryParamsOverrides"]
    
    
    96
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 96
    
    property :TimeToDeliver, type: String, array: false, hash: false, short_name: "TimeToDeliver", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The default delay, either in milliseconds or as a schedule,\nbetween when a message is produced and when it is made visible on\nits target destination, regardless of the delivery time specified\nby the producer and/or connection factory.", source: ["DeliveryParamsOverrides"]
  • #time_to_live ⇒ Integer
    "The time-to-live assigned to all messages that arrive at this\ndestination, regardless of the TimeToLive value specified by the message\nproducer."

    Property Attributes
    • short_name"TimeToLive"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryParamsOverrides"]
    
    
    100
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 100
    
    property :TimeToLive, type: Integer, array: false, hash: false, short_name: "TimeToLive", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The time-to-live assigned to all messages that arrive at this\ndestination, regardless of the TimeToLive value specified by the message\nproducer.", source: ["DeliveryParamsOverrides"]
  • #message_logging_format ⇒ String
    "Defines which information about the message is logged."

    Property Attributes
    • short_name"MessageLoggingFormat"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["MessageLoggingParams"]
    
    
    102
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 102
    
    property :MessageLoggingFormat, type: String, array: false, hash: false, short_name: "MessageLoggingFormat", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Defines which information about the message is logged.", source: ["MessageLoggingParams"]
  • #message_logging_enabled ⇒ [TrueClass,FalseClass]
    "Specifies whether the module logs information about\nthe message life cycle."

    Property Attributes
    • short_name"MessageLoggingEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["MessageLoggingParams"]
    
    
    105
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 105
    
    property :MessageLoggingEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "MessageLoggingEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether the module logs information about\nthe message life cycle.", source: ["MessageLoggingParams"]
  • #bytes_high ⇒ Integer
    "The upper threshold (total number of bytes in this destination)\nthat triggers logging or flow control events."

    Property Attributes
    • short_name"BytesHigh"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["Thresholds"]
    
    
    108
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 108
    
    property :BytesHigh, type: Integer, array: false, hash: false, short_name: "BytesHigh", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The upper threshold (total number of bytes in this destination)\nthat triggers logging or flow control events.", source: ["Thresholds"]
  • #bytes_low ⇒ Integer
    "The lower threshold (total number of bytes in this destination)\nthat triggers logging or flow control events."

    Property Attributes
    • short_name"BytesLow"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["Thresholds"]
    
    
    111
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 111
    
    property :BytesLow, type: Integer, array: false, hash: false, short_name: "BytesLow", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The lower threshold (total number of bytes in this destination)\nthat triggers logging or flow control events.", source: ["Thresholds"]
  • #messages_high ⇒ Integer
    "The upper threshold (total number of messages in this\ndestination) that triggers logging or flow control events."

    Property Attributes
    • short_name"MessagesHigh"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["Thresholds"]
    
    
    114
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 114
    
    property :MessagesHigh, type: Integer, array: false, hash: false, short_name: "MessagesHigh", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The upper threshold (total number of messages in this\ndestination) that triggers logging or flow control events.", source: ["Thresholds"]
  • #messages_low ⇒ Integer
    "The lower threshold (total number of messages in this\ndestination) that triggers logging or flow control events."

    Property Attributes
    • short_name"MessagesLow"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["Thresholds"]
    
    
    117
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 117
    
    property :MessagesLow, type: Integer, array: false, hash: false, short_name: "MessagesLow", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The lower threshold (total number of messages in this\ndestination) that triggers logging or flow control events.", source: ["Thresholds"]
  • #load_balancing_policy ⇒ String
    "Determines how messages are distributed to the members of this\ndestination."

    Property Attributes
    • short_name"LoadBalancingPolicy"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    120
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 120
    
    property :LoadBalancingPolicy, type: String, array: false, hash: false, short_name: "LoadBalancingPolicy", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Determines how messages are distributed to the members of this\ndestination."
  • #unit_of_order_routing ⇒ String
    "Determines how a distributed destination member is selected as the destination for a message\nthat is part of a unit-of-order."

    Property Attributes
    • short_name"UnitOfOrderRouting"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    123
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 123
    
    property :UnitOfOrderRouting, type: String, array: false, hash: false, short_name: "UnitOfOrderRouting", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Determines how a distributed destination member is selected as the destination for a message\nthat is part of a unit-of-order."
  • #expiration_logging_policy ⇒ String
    "The policy that defines what information about the message is logged when the Expiration Policy is set to Log."

    Property Attributes
    • short_name"ExpirationLoggingPolicy"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • source["DeliveryFailureParams"]
    
    
    125
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/destination.rb', line 125
    
    property :ExpirationLoggingPolicy, type: String, array: false, hash: false, short_name: "ExpirationLoggingPolicy", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The policy that defines what information about the message is logged when the Expiration Policy is set to Log.", source: ["DeliveryFailureParams"]
  • #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)

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

Returns a new instance of Destination.

Instance Method Details

#import_props_from_modelObject