Skip to content

Commit f5c406f

Browse files
discover online workmanager attributes (#964)
1 parent be333a5 commit f5c406f

File tree

1 file changed

+6
-6
lines changed
  • core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules

1 file changed

+6
-6
lines changed

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/SelfTuning.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,15 @@
151151
},
152152
"attributes": {
153153
"ApplicationScope": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "ApplicationScope", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean" } ],
154-
"Capacity": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Capacity", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "LSA", "set_method": "MBEAN.set_self_tuning_mbean", "set_mbean_type": "weblogic.management.configuration.CapacityMBean"} ],
155-
"ContextRequestClass": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ContextRequestClass", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "LSA", "set_method": "MBEAN.set_self_tuning_mbean", "set_mbean_type": "weblogic.management.configuration.ContextRequestClassMBean"} ],
154+
"Capacity": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Capacity", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "${LSA:GET}", "set_method": "MBEAN.set_self_tuning_mbean", "set_mbean_type": "weblogic.management.configuration.CapacityMBean"} ],
155+
"ContextRequestClass": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ContextRequestClass", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "${LSA:GET}", "set_method": "MBEAN.set_self_tuning_mbean", "set_mbean_type": "weblogic.management.configuration.ContextRequestClassMBean"} ],
156156
"DeploymentOrder": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DeploymentOrder", "wlst_path": "WP001", "value": {"default": 1000 }, "wlst_type": "integer" } ],
157-
"FairShareRequestClass": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "FairShareRequestClass", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "LSA", "set_method": "MBEAN.set_self_tuning_mbean", "set_mbean_type": "weblogic.management.configuration.FairShareRequestClassMBean"} ],
157+
"FairShareRequestClass": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "FairShareRequestClass", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "${LSA:GET}", "set_method": "MBEAN.set_self_tuning_mbean", "set_mbean_type": "weblogic.management.configuration.FairShareRequestClassMBean"} ],
158158
"IgnoreStuckThreads": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "IgnoreStuckThreads", "wlst_path": "WP001", "value": {"default": "false"}, "wlst_type": "boolean" } ],
159-
"MaxThreadsConstraint": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxThreadsConstraint", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "LSA", "set_method": "MBEAN.set_self_tuning_mbean", "set_mbean_type": "weblogic.management.configuration.MaxThreadsConstraintMBean"} ],
160-
"MinThreadsConstraint": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MinThreadsConstraint", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "LSA", "set_method": "MBEAN.set_self_tuning_mbean", "set_mbean_type": "weblogic.management.configuration.MinThreadsConstraintMBean"} ],
159+
"MaxThreadsConstraint": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxThreadsConstraint", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "${LSA:GET}", "set_method": "MBEAN.set_self_tuning_mbean", "set_mbean_type": "weblogic.management.configuration.MaxThreadsConstraintMBean"} ],
160+
"MinThreadsConstraint": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MinThreadsConstraint", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "${LSA:GET}", "set_method": "MBEAN.set_self_tuning_mbean", "set_mbean_type": "weblogic.management.configuration.MinThreadsConstraintMBean"} ],
161161
"Notes": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
162-
"ResponseTimeRequestClass": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ResponseTimeRequestClass", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "LSA", "set_method": "MBEAN.set_self_tuning_mbean", "set_mbean_type": "weblogic.management.configuration.ResponseTimeRequestClassMBean"} ],
162+
"ResponseTimeRequestClass": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ResponseTimeRequestClass", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "${LSA:GET}", "set_method": "MBEAN.set_self_tuning_mbean", "set_mbean_type": "weblogic.management.configuration.ResponseTimeRequestClassMBean"} ],
163163
"Target": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "Target", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "delimited_string", "set_method": "MBEAN.set_target_mbeans" },
164164
{"version": "[10,)", "wlst_mode": "online", "wlst_name": "Targets", "wlst_path": "WP002", "value": {"default": "None" }, "wlst_type": "jarray", "get_method": "GET", "preferred_model_type": "delimited_string", "set_method": "MBEAN.set_target_mbeans", "set_mbean_type": "weblogic.management.configuration.TargetMBean"} ]
165165
},

0 commit comments

Comments
 (0)