ルート・スキーマ: ワーク・マネージャ
型: object
ソースの表示
- applicationScope: boolean
デフォルト値: true
このワーク・マネージャのスコープがアプリケーションかどうかを指定します。デフォルトでは、ワーク・マネージャのスコープはアプリケーションです。ワーク・マネージャのスコープがドメインの場合、この値をfalseに設定します
- capacity: array 容量参照
タイトル: Capacity Reference
容量参照が含まれます。
WebLogic Serverがリクエストを拒否し始めるまで、キューに入れることができるか、または実行することのできるリクエストの総数。
制約
- contextRequestClass: array コンテキスト・リクエスト・クラス参照
タイトル: Context Request Class Reference
コンテキスト・リクエスト・クラス参照が含まれます。
リクエスト・クラスからセキュリティ名およびセキュリティ・グループへのマッピング。
制約
- deploymentOrder: integer(int32)
最小値: 0
最大値: 2147483647
デフォルト値: 1000
デプロイの優先度。サーバーはこの値を使用して項目のデプロイ順を決定します。優先度は、同じタイプでデプロイ可能なアイテム間で決められます。
たとえば、サーバーではすべてのEJBを優先度に従ってデプロイしてから、起動クラスを優先度に従ってデプロイします。
「デプロイ順序」の値が小さい項目から順にデプロイされます。「デプロイ順序」の値が等しいデプロイメントの順序付けは保証されていません。クラスタ間の順序付けは保証されていません。
- dynamicallyCreated: boolean
読取り専用: true
デフォルト値: false
MBeanが動的に作成されたか、config.xmlに対して永続化されているかが返されます
- fairShareRequestClass: array フェア・シェア・リクエスト・クラス参照
タイトル: Fair Share Request Class Reference
フェア・シェア・リクエスト・クラス参照が含まれます。
このワーク・マネージャのFairShareRequestClassを取得します。
制約
- id: integer(int64)
- ignoreStuckThreads: boolean
このワーク・マネージャで「スタック」スレッドを無視するかどうかを指定します。通常、スタック・スレッドが発生すると、関連するワーク・マネージャでは、アプリケーションを管理モードに切り替える、サーバーを停止する、ワーク・マネージャを停止するなどの処理を行います。このフラグを設定した場合、このワーク・マネージャのスレッドはスタックとみなされなくなります。
IGNORE_STUCK_THREADS=TRUEを明示的に設定していない場合、スタック・スレッドが発生したときのサーバーのデフォルトの動作は、上に示した動作のいずれか1つになります。
- maxThreadsConstraint: array 最大スレッド数制約参照
タイトル: Max Threads Constraint Reference
最大スレッド数制約参照が含まれます。
リクエストを実行するために同時に割り当てることのできるスレッドの最大数。
制約
- minThreadsConstraint: array 最小スレッド数制約参照
タイトル: Min Threads Constraint Reference
最小スレッド数制約参照が含まれます。
デッドロックを解決するために割り当てられるスレッドの最小数。
制約
- name: string
読取り専用: true
このMBeanインスタンスのユーザー定義の名前。
この名前は、MBeanのjavax.management.ObjectName
に、主要なプロパティとして含まれています
Name=user-specified-name
制約
- notes: string
この構成の説明として任意に入力できる情報。
WebLogic Serverは、ドメインの構成ファイル(config.xml
)に、このノートをXML PCDATAとして保存します。すべての左山カッコ(<)はxmlエンティティに変換されます<) are converted to the xml entity <。改行/行送りは保持されます</)>。
ノート: 管理コンソールからノートを作成または編集した場合、キャリッジ・リターンとライン・フィードは維持されません。
- responseTimeRequestClass: array レスポンス時間リクエスト・クラス参照
タイトル: Response Time Request Class Reference
レスポンス時間リクエスト・クラス参照が含まれます。
レスポンス時間の目標値(単位はミリ秒)。
制約
- tags: array 項目
- targets: array ターゲット参照
タイトル: Target References
ターゲット参照の配列が含まれます。
現在のドメインでこの項目をデプロイできるターゲットのリストから、MBeanをデプロイするターゲットを選択する必要があります。ターゲットはサーバーまたはクラスタです。デプロイメントが重複している場合、デプロイメントは1回のみ行われます。
- type: string
- useVirtualThreads: boolean
{
"type":"object",
"properties":{
"applicationScope":{
"default":true,
"type":"boolean",
"description":"<p>Specifies whether this work manager should be scoped to an application. By default, work managers are scoped to an application. Set this value to false if the work manager is to be scoped to a domain</p>"
},
"capacity":{
"x-weblogic-restartRequired":true,
"title":"Capacity Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the capacity reference. <p>The total number of requests that can be queued or executing before WebLogic Server begins rejecting requests.</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
},
"contextRequestClass":{
"x-weblogic-restartRequired":true,
"title":"Context Request Class Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the context request class reference. <p>The mapping of Request Classes to security names and groups.</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
},
"deploymentOrder":{
"default":"1000",
"minimum":"0",
"maximum":"2147483647",
"type":"integer",
"format":"int32",
"description":"<p>A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type.</p><p>For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes.</p><p>Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters.</p>"
},
"dynamicallyCreated":{
"readOnly":true,
"default":false,
"type":"boolean",
"description":"<p>Return whether the MBean was created dynamically or is persisted to config.xml</p>"
},
"fairShareRequestClass":{
"x-weblogic-restartRequired":true,
"title":"Fair Share Request Class Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the fair share request class reference. <p>Get the FairShareRequestClass for this WorkManager</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p>Return the unique id of this MBean instance</p>"
},
"ignoreStuckThreads":{
"type":"boolean",
"description":"<p>Specifies whether this Work Manager ignores \"stuck\" threads. Typically, stuck threads will cause the associated Work Manager to take some action: either switching the application to Admin mode, shutting down the server, or shutting down the Work Manager. If this flag is set, then no thread in this Work Manager is ever considered stuck. </p><p>If you do not explicitly specify IGNORE_STUCK_THREADS=TRUE, the default behavior is that upon encountering stuck threads, the server will take one of the aforementioned actions. </p>"
},
"maxThreadsConstraint":{
"x-weblogic-restartRequired":true,
"title":"Max Threads Constraint Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the max threads constraint reference. <p>The maximum number of concurrent threads that can be allocated to execute requests.</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
},
"minThreadsConstraint":{
"x-weblogic-restartRequired":true,
"title":"Min Threads Constraint Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the min threads constraint reference. <p>The minimum number of threads allocated to resolve deadlocks.</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
},
"name":{
"readOnly":true,
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The user-specified name of this MBean instance.</p><p>This name is included as one of the key properties in the MBean's <code>javax.management.ObjectName</code></p><p><code>Name=<i>user-specified-name</i></code></p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"notes":{
"type":"string",
"description":"<p>Optional information that you can include to describe this configuration.</p><p>WebLogic Server saves this note in the domain's configuration file (<code>config.xml</code>) as XML PCDATA. All left angle brackets (<) are converted to the XML entity <code><</code>. Carriage returns/line feeds are preserved.</p><p>Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.</p>"
},
"responseTimeRequestClass":{
"x-weblogic-restartRequired":true,
"title":"Response Time Request Class Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the response time request class reference. <p>The response time goal (in milliseconds).</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
},
"tags":{
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>Return all tags on this Configuration MBean</p>"
},
"targets":{
"title":"Target References",
"type":"array",
"items":{
"title":"Target Reference",
"type":"object",
"properties":{
"identity":{
"title":"Identity",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource."
}
},
"description":"Contains the target reference."
},
"description":"Contains the array of target references. <p>You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. Targets must be either servers or clusters. The deployment will only occur once if deployments overlap.</p>"
},
"type":{
"readOnly":true,
"x-weblogic-unharvestable":true,
"type":"string",
"description":"<p>Returns the type of the MBean.</p><p><h5>Constraints</h5></p><ul><li>unharvestable</li></ul>"
},
"useVirtualThreads":{
"type":"boolean",
"description":"<p>Returns the use virtual threads setting. </p>"
}
},
"description":""
}
ネストされたスキーマ: 容量参照
型: array
タイトル: Capacity Reference
容量参照が含まれます。
WebLogic Serverがリクエストを拒否し始めるまで、キューに入れることができるか、または実行することのできるリクエストの総数。
制約
ソースの表示
{
"x-weblogic-restartRequired":true,
"title":"Capacity Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the capacity reference. <p>The total number of requests that can be queued or executing before WebLogic Server begins rejecting requests.</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
}
ネストされたスキーマ: コンテキスト・リクエスト・クラス参照
型: array
タイトル: Context Request Class Reference
コンテキスト・リクエスト・クラス参照が含まれます。
リクエスト・クラスからセキュリティ名およびセキュリティ・グループへのマッピング。
制約
ソースの表示
{
"x-weblogic-restartRequired":true,
"title":"Context Request Class Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the context request class reference. <p>The mapping of Request Classes to security names and groups.</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
}
ネストされたスキーマ: フェア・シェア・リクエスト・クラス参照
型: array
タイトル: Fair Share Request Class Reference
フェア・シェア・リクエスト・クラス参照が含まれます。
このワーク・マネージャのFairShareRequestClassを取得します。
制約
ソースの表示
{
"x-weblogic-restartRequired":true,
"title":"Fair Share Request Class Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the fair share request class reference. <p>Get the FairShareRequestClass for this WorkManager</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
}
ネストされたスキーマ: 最大スレッド数制約参照
型: array
タイトル: Max Threads Constraint Reference
最大スレッド数制約参照が含まれます。
リクエストを実行するために同時に割り当てることのできるスレッドの最大数。
制約
ソースの表示
{
"x-weblogic-restartRequired":true,
"title":"Max Threads Constraint Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the max threads constraint reference. <p>The maximum number of concurrent threads that can be allocated to execute requests.</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
}
ネストされたスキーマ: 最小スレッド数制約参照
型: array
タイトル: Min Threads Constraint Reference
最小スレッド数制約参照が含まれます。
デッドロックを解決するために割り当てられるスレッドの最小数。
制約
ソースの表示
{
"x-weblogic-restartRequired":true,
"title":"Min Threads Constraint Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the min threads constraint reference. <p>The minimum number of threads allocated to resolve deadlocks.</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
}
ネストされたスキーマ: レスポンス時間リクエスト・クラス参照
型: array
タイトル: Response Time Request Class Reference
レスポンス時間リクエスト・クラス参照が含まれます。
レスポンス時間の目標値(単位はミリ秒)。
制約
ソースの表示
{
"x-weblogic-restartRequired":true,
"title":"Response Time Request Class Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the response time request class reference. <p>The response time goal (in milliseconds).</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
}
ネストされたスキーマ: ターゲット参照
型: array
タイトル: Target References
ターゲット参照の配列が含まれます。
現在のドメインでこの項目をデプロイできるターゲットのリストから、MBeanをデプロイするターゲットを選択する必要があります。ターゲットはサーバーまたはクラスタです。デプロイメントが重複している場合、デプロイメントは1回のみ行われます。
ソースの表示
{
"title":"Target References",
"type":"array",
"items":{
"title":"Target Reference",
"type":"object",
"properties":{
"identity":{
"title":"Identity",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource."
}
},
"description":"Contains the target reference."
},
"description":"Contains the array of target references. <p>You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. Targets must be either servers or clusters. The deployment will only occur once if deployments overlap.</p>"
}
ネストされたスキーマ: ターゲット参照
型: object
タイトル: Target Reference
ターゲット参照が含まれます。
ソースの表示
{
"title":"Target Reference",
"type":"object",
"properties":{
"identity":{
"title":"Identity",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource."
}
},
"description":"Contains the target reference."
}
ネストされたスキーマ: アイデンティティ
型: array
タイトル: Identity
DOC TEAM TBD - アイデンティティの説明 - 別のWLS RESTリソースへの参照です。
ソースの表示
{
"title":"Identity",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource."
}