ルート・スキーマ: Osgi Framework
タイプ: object
ソースを表示
- deployInstallationBundles: string
デフォルト値: populate
指定可能な値: [ "populate", "ignore" ]
WebLogicヘルパー・バンドルをフレームワークにインストールするかどうかを指定します。
これが"populate"に設定されている場合、wlserver/server/osgi-libの下のWebLogicインストール・ディレクトリにあるバンドルが、このOSGiフレームワークにインストールされます。さらに、osgi-libディレクトリ内のバンドルがまだそこに存在しない場合にバンドルを有効にするために、いくつかの追加パッケージがbootdelegationクラスパス・パラメータに追加されます。
これが"ignore"に設定されている場合、WebLogicインストール・ディレクトリにあるバンドルはフレームワークにインストールされません。
- deploymentOrder: integer(int32)
最小値: 0
最大値: 2147483647
デフォルト値: 1000
デプロイの優先度。サーバーはこの値を使用して項目のデプロイ順を決定します。優先度は、同じタイプでデプロイ可能なアイテム間で決められます。
たとえば、サーバーではすべてのEJBを優先度に従ってデプロイしてから、起動クラスを優先度に従ってデプロイします。
「デプロイ順序」の値が小さい項目から順にデプロイされます。「デプロイ順序」の値が等しいデプロイメントの順序付けは保証されていません。クラスタ間の順序付けは保証されていません。
- dynamicallyCreated: boolean
読取り専用: true
デフォルト値: false
MBeanが動的に作成されたか、config.xmlに対して永続化されているかが返されます
- factoryImplementationClass: string
デフォルト値: org.apache.felix.framework.FrameworkFactory
org.osgi.framework.launch.FrameworkFactoryクラスのフレームワーク実装クラスの名前。
- id: integer(int64)
- initProperties: object Properties
タイトル: Properties
フレームワークを初期化するときに使用されるプロパティ。すべての標準プロパティとフレームワークに固有のプロパティを設定できます。
- name: string
読取り専用: true
このMBeanインスタンスのユーザー定義の名前。
この名前は、MBeanのjavax.management.ObjectName
に、主要なプロパティとして含まれています
Name=user-specified-name
制約
- notes: string
この構成の説明として任意に入力できる情報。
WebLogic Serverは、ドメインの構成ファイル(config.xml
)に、このノートをXML PCDATAとして保存します。すべての左山カッコ(<)はXMLエンティティ<に変換されます。キャリッジ・リターンとライン・フィードは維持されます。
ノート: 管理コンソールからノートを作成または編集した場合、キャリッジ・リターンとライン・フィードは維持されません。
- orgOsgiFrameworkBootdelegation: string
デフォルト値: oracle.doceng.json.BetterJsonNull@30a816b8
org.osgi.framework.bootdelegationプロパティの名前。この値は(設定されている場合)、初期プロパティに指定されている値よりも優先されることに注意してください。
- orgOsgiFrameworkSystemPackagesExtra: string
デフォルト値: oracle.doceng.json.BetterJsonNull@6cce1f60
org.osgi.framework.system.packages.extraプロパティの名前。この値は(設定されている場合)、初期プロパティに指定されている値よりも優先されることに注意してください。
- osgiImplementationLocation: string
デフォルト値: oracle.doceng.json.BetterJsonNull@352969e7
org.osgi.framework.launch.FrameworkFactory実装を含むOSGi実装JARファイルの場所。このフィールドが設定されていない場合、製品に含まれる適切なデフォルト実装が使用されます。
このフィールドが相対の場合、サーバーの開始ディレクトリを基準とし、このフレームワークがデプロイされる場所にファイルが存在する必要があります。このフィールドが相対でない場合、このフレームワークがデプロイされるのと同じ場所に指定したファイル名が存在する必要があります。
- registerGlobalDataSources: boolean
デフォルト値: true
データ・ソースをOSGiサービス・レジストリに追加する必要がある場合、trueを返します。
- registerGlobalWorkManagers: boolean
デフォルト値: true
グローバル・ワーク・マネージャをOSGiサービス・レジストリに追加する必要がある場合、trueを返します。
- tags: array Items
- targets: array Target References
タイトル: Target References
ターゲット参照の配列を含みます。
現在のドメインでこの項目をデプロイできるターゲットのリストから、MBeanをデプロイするターゲットを選択する必要があります。ターゲットはサーバーまたはクラスタです。デプロイメントが重複している場合、デプロイメントは1回のみ行われます。
- type: string
{
"type":"object",
"properties":{
"deployInstallationBundles":{
"default":"populate",
"enum":[
"populate",
"ignore"
],
"type":"string",
"description":"<p>Determines if some WebLogic helper bundles will be installed into the framework </p><p> If this is set to \"populate\" then the bundles found in the WebLogic installation directory under wlserver/server/osgi-lib will be installed into this OSGi framework. Futhermore a few extra packages will be added to the bootdelegation classpath parameters in order to enable the bundles in the osgi-lib directory if they are not already there.</p><p> If this is set to \"ignore\" then the bundles found in the WebLogic installation directory will not be installed into the framework.</p>"
},
"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>"
},
"factoryImplementationClass":{
"default":"org.apache.felix.framework.FrameworkFactory",
"type":"string",
"description":"<p>The name of the frameworks implementation class for the org.osgi.framework.launch.FrameworkFactory class.</p>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p>Return the unique id of this MBean instance</p>"
},
"initProperties":{
"type":"object",
"description":"<p>The properties to be used when initializing the framework. All standard properties and all properties specific to the framework can be set.</p>",
"additionalProperties":{
"type":"string"
},
"title":"Properties"
},
"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>"
},
"orgOsgiFrameworkBootdelegation":{
"default":null,
"type":"string",
"description":"<p>The name of the org.osgi.framework.bootdelegation property. Note that this value, if set, will take precedence over anything specified in the init-properties.</p>"
},
"orgOsgiFrameworkSystemPackagesExtra":{
"default":null,
"type":"string",
"description":"<p>The name of the org.osgi.framework.system.packages.extra property. Note that this value, if set, will take precedence over anything specified in the init-properties.</p>"
},
"osgiImplementationLocation":{
"default":null,
"type":"string",
"description":"<p>The location of the OSGi implementation JAR file which contains the org.osgi.framework.launch.FrameworkFactory implementation. If this field is not set then an appropriate default implementation that is shipped with the product will be used.</p><p> If this field is relative it must be relative to the start directory of the server and the file must exist everywhere this framework is deployed. If this field is not relative then the given filename must exist at the same location everywhere this framework is deployed.</p>"
},
"registerGlobalDataSources":{
"default":true,
"type":"boolean",
"description":"<p>Returns true if global data sources should be added to the OSGi service registry.</p>"
},
"registerGlobalWorkManagers":{
"default":true,
"type":"boolean",
"description":"<p>Returns true if global work managers should be added to the OSGi service registry.</p>"
},
"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>"
}
},
"description":""
}
ネストされたスキーマ: Properties
タイプ: object
タイトル: Properties
使用可能なその他のプロパティ
ソースを表示
{
"type":"object",
"description":"<p>The properties to be used when initializing the framework. All standard properties and all properties specific to the framework can be set.</p>",
"additionalProperties":{
"type":"string"
},
"title":"Properties"
}
フレームワークを初期化するときに使用されるプロパティ。すべての標準プロパティとフレームワークに固有のプロパティを設定できます。
ネストされたスキーマ: Target References
タイプ: 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>"
}
ネストされたスキーマ: Target Reference
タイプ: 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."
}
ネストされたスキーマ: Identity
タイプ: 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."
}