Class: MintPress::OracleWeblogic::UniformDistributedTopic
- Inherits:
-
GenericMbean
- Object
- GenericMbean
- MintPress::OracleWeblogic::UniformDistributedTopic
- Includes:
- MintLogger, Mixins::Properties, FancyNew, Utils
- Defined in:
- src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb,
src/oracle-weblogic/lib/oracle-weblogic/model/generated_classes/split_125.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 }
23
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 23 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
26
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 26 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
29
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 29 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
31
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 31 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_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
34
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 34 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
37
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 37 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
40
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 40 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
43
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 43 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
47
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 47 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
50
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 50 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
53
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 53 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
56
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 56 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
59
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 59 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
62
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 62 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
65
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 65 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
67
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 67 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
69
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 69 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_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
72
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 72 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_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
75
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 75 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_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
78
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 78 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_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
81
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 81 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."
-
#load_balancing_policy ⇒ String
"Determines how messages are distributed to the members of this\ndestination."
Property Attributes- short_name ⇒ "LoadBalancingPolicy"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
84
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 84 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
87
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 87 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."
-
#forwarding_policy ⇒ String
"The uniform distributed topic message Forwarding Policy specifies whether a sent message is forwarded to all members."
Property Attributes- short_name ⇒ "ForwardingPolicy"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
89
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 89 property :ForwardingPolicy, type: String, array: false, hash: false, short_name: "ForwardingPolicy", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The uniform distributed topic message Forwarding Policy specifies whether a sent message is forwarded to all members."
-
#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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["DeliveryFailureParams"]
92
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 92 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["DeliveryFailureParams"]
94
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 94 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["DeliveryFailureParams"]
96
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 96 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["DeliveryParamsOverrides"]
100
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 100 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["DeliveryParamsOverrides"]
104
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 104 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["DeliveryParamsOverrides"]
108
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 108 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["DeliveryParamsOverrides"]
113
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 113 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["DeliveryParamsOverrides"]
117
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 117 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["MessageLoggingParams"]
119
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 119 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_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["MessageLoggingParams"]
122
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 122 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["Thresholds"]
125
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 125 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["Thresholds"]
128
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 128 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["Thresholds"]
131
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 131 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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["Thresholds"]
134
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 134 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"]
-
#multicast_address ⇒ String
"The IP address that this topic uses to transmit messages to multicast\nconsumers."
Property Attributes- short_name ⇒ "MulticastAddress"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["Multicast"]
137
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 137 property :MulticastAddress, type: String, array: false, hash: false, short_name: "MulticastAddress", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The IP address that this topic uses to transmit messages to multicast\nconsumers.", source: ["Multicast"]
-
#multicast_port ⇒ Integer
"The IP port that this topic uses to transmit messages to multicast consumers."
Property Attributes- short_name ⇒ "MulticastPort"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["Multicast"]
139
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 139 property :MulticastPort, type: Integer, array: false, hash: false, short_name: "MulticastPort", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The IP port that this topic uses to transmit messages to multicast consumers.", source: ["Multicast"]
-
#multicast_time_to_live ⇒ Integer
"The number of routers that a message traverses en route to a consumer."
Property Attributes- short_name ⇒ "MulticastTimeToLive"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["Multicast"]
141
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 141 property :MulticastTimeToLive, type: Integer, array: false, hash: false, short_name: "MulticastTimeToLive", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The number of routers that a message traverses en route to a consumer.", source: ["Multicast"]
-
#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_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["DeliveryFailureParams"]
143
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 143 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"]
-
#messages_limit_override ⇒ Integer
"The maximum number of messages that can be stored in a\ntopic subscription."
Property Attributes- short_name ⇒ "MessagesLimitOverride"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["TopicSubscriptionParams"]
146
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/uniform_distributed_topic.rb', line 146 property :MessagesLimitOverride, type: Integer, array: false, hash: false, short_name: "MessagesLimitOverride", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum number of messages that can be stored in a\ntopic subscription.", source: ["TopicSubscriptionParams"]
-
#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
- #import_props_from_model ⇒ Object
-
#initialize(opts = {}) ⇒ UniformDistributedTopic
constructor
A new instance of UniformDistributedTopic.
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