ルート・スキーマ: XML Entity Spec Registry Entry
タイプ: object
ソースを表示
- cacheTimeoutInterval: integer(int32)
最小値: -1
デフォルト値: -1
外部エンティティ・キャッシュのデフォルトのタイムアウト間隔を指定します(単位は秒)。
値-1
の場合、エンティティ・キャッシュのタイムアウト間隔は、このエンティティ・スペックのエントリが属するXMLレジストリで指定されている間隔に従います。
- dynamicallyCreated: boolean
読取り専用: true
デフォルト値: false
MBeanが動的に作成されたか、config.xmlに対して永続化されているかが返されます
- entityURI: string
外部エンティティの場所(パス名またはURI)。
外部エンティティの場所としては、管理サーバーからアクセス可能な、XMLレジストリ・ディレクトリを基準とする相対パス名、またはローカル・リポジトリ内のエンティティの場所のURIを指定できます。
- handleEntityInvalidation: string
デフォルト値: defer-to-registry-setting
指定可能な値: [ "true", "false", "defer-to-registry-setting" ]
解析エラーが発生した場合にキャッシュされているDTD/スキーマを無効にするかどうか。
- id: integer(int64)
- name: string
読取り専用: true
このMBeanインスタンスのユーザー定義の名前。
この名前は、MBeanのjavax.management.ObjectName
に、主要なプロパティとして含まれています
Name=user-specified-name
制約
- notes: string
この構成の説明として任意に入力できる情報。
WebLogic Serverは、ドメインの構成ファイル(config.xml
)に、このノートをXML PCDATAとして保存します。すべての左山カッコ(<)はXMLエンティティ<に変換されます。キャリッジ・リターンとライン・フィードは維持されます。)>
ノート: 管理コンソールからノートを作成または編集した場合、キャリッジ・リターンとライン・フィードは維持されません。
- publicId: string
外部エンティティのパブリックID。
WebLogic Serverは、XMLドキュメントを解析中にこのパブリックIDを持つ外部エンティティを検出すると、このエンティティ・スペックのエントリに設定されている値に従って、そのエンティティを(ローカル・ファイルまたはURLリソースに)解決します。
- systemId: string
外部エンティティのシステムID。
WebLogic Serverは、XMLドキュメントを解析中にこのシステムIDを持つ外部エンティティを検出すると、このエンティティ・スペックのエントリに設定されている値に従って、そのエンティティを(ローカル・ファイルまたはURLリソースに)解決します。
- tags: array Items
- type: string
- whenToCache: string
デフォルト値: defer-to-registry-setting
指定可能な値: [ "cache-on-reference", "cache-at-initialization", "cache-never", "defer-to-registry-setting" ]
WebLogic ServerがWebから取得する外部エンティティをキャッシュするタイミングを指定します。
WebLogic Serverでは、外部エンティティを、参照されたときにキャッシュする、ただちに(すなわち初期化時に)キャッシュする、あるいはキャッシュしないようにすることができます。または、XMLレジストリのキャッシュ設定に従うようにすることもできます。
{
"type":"object",
"properties":{
"cacheTimeoutInterval":{
"default":"-1",
"minimum":"-1",
"type":"integer",
"format":"int32",
"description":"<p>Specifies the default timeout interval (in seconds) of the external entity cache.</p><p>A value of <code>-1</code> means that the entity cache timeout interval defers to the one specified for the XML registry of which this Entity Spec entry is a part.</p>"
},
"dynamicallyCreated":{
"readOnly":true,
"default":false,
"type":"boolean",
"description":"<p>Return whether the MBean was created dynamically or is persisted to config.xml</p>"
},
"entityURI":{
"type":"string",
"description":"<p>The location of the external entity, either a pathname or URI.</p><p>The location of the external entity can be either a pathname relative to the XML Registry directories, reachable by the Administration Server, or a URI of the entity location in some local repository.</p>"
},
"handleEntityInvalidation":{
"default":"defer-to-registry-setting",
"enum":[
"true",
"false",
"defer-to-registry-setting"
],
"type":"string",
"description":"<p>Whether cached DTD/schema is invalidated when parsing error is encountered.</p>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p>Return the unique id of this MBean instance</p>"
},
"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>"
},
"publicId":{
"type":"string",
"description":"<p>The public ID of the external entity.</p><p>When WebLogic Server is parsing an XML document and it encounters an external entity with this public ID, WebLogic Server resolves the entity (to either a local file or a URL resource) according to the values set for this Entity spec entry.</p>"
},
"systemId":{
"type":"string",
"description":"<p>The system ID of the external entity.</p><p>When WebLogic Server is parsing an XML document and it encounters an external entity with this system ID, WebLogic Server resolves the entity (to either a local file or a URL resource) according to the values set for this Entity spec entry.</p>"
},
"tags":{
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>Return all tags on this Configuration MBean</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>"
},
"whenToCache":{
"default":"defer-to-registry-setting",
"enum":[
"cache-on-reference",
"cache-at-initialization",
"cache-never",
"defer-to-registry-setting"
],
"type":"string",
"description":"<p>Specifies when WebLogic Server should cache the external entities it retrieves from the Web.</p><p>WebLogic Server can cache the entities when they are referenced, as soon as possible (that is, on initialization) or never. Additionally, WebLogic Server can defer to the XML registry's cache setting.</p>"
}
},
"description":""
}