ルート・スキーマ: WTC Export
タイプ: object
ソースを表示
- dynamicallyCreated: boolean
読取り専用: true
デフォルト値: false
MBeanが動的に作成されたか、config.xmlに対して永続化されているかが返されます
- EJBName: string
サービスを呼び出すときに使用されるEJBホーム・インタフェースの完全な名前。
指定しない場合、デフォルトのインタフェースとしてtuxedo.services.servicenameHome
が使用されます。たとえば、呼び出されるサービスがTOUPPERで、EJBName属性を指定しない場合、JNDIでルックアップされるホーム・インタフェースはtuxedo.services.TOUPPERHome
になります
- id: integer(int64)
- localAccessPoint: string
デフォルト値: myLAP
このサービスをエクスポートするローカル・アクセス・ポイントの名前。
制約
- name: string
読取り専用: true
このMBeanインスタンスのユーザー定義の名前。
この名前は、MBeanのjavax.management.ObjectName
に、主要なプロパティとして含まれています
Name=user-specified-name
制約
- notes: string
この構成の説明として任意に入力できる情報。
WebLogic Serverは、ドメインの構成ファイル(config.xml
)に、このノートをXML PCDATAとして保存します。すべての左山カッコ(<)はXMLエンティティ<に変換されます。キャリッジ・リターンとライン・フィードは維持されます。
ノート: 管理コンソールからノートを作成または編集した場合、キャリッジ・リターンとライン・フィードは維持されません。
- remoteName: string
このサービスのリモート名。
この値を指定しない場合、ResourceNameの値が使用されます。
- resourceName: string
デフォルト値: myExport
エクスポートされたサービスを識別するための名前。
ResourceNameおよびLocalAccessPointの組合せは、定義されたエクスポートの中で一意でなければなりません。これにより、同じResourceNameを持つ一意な構成を定義できます。
制約
- tags: array Items
- type: string
{
"type":"object",
"properties":{
"EJBName":{
"type":"string",
"description":"<p>The complete name of the EJB home interface to use when invoking a service.</p><p>If not specified, the default interface used is <code>tuxedo.services.<i>servicename</i>Home</code>. For example: If the service being invoked is TOUPPER and EJBName attribute is not specified, the home interface looked up in JNDI would be <code>tuxedo.services.TOUPPERHome</code></p>"
},
"dynamicallyCreated":{
"readOnly":true,
"default":false,
"type":"boolean",
"description":"<p>Return whether the MBean was created dynamically or is persisted to config.xml</p>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p>Return the unique id of this MBean instance</p>"
},
"localAccessPoint":{
"default":"myLAP",
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The name of the local access point that exports this service.</p><p><h5>Constraints</h5></p><ul><li>legal null</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>"
},
"remoteName":{
"type":"string",
"description":"<p>The remote name of this service. </p><p>If this value is not specified, the ResourceName value is used.</p>"
},
"resourceName":{
"default":"myExport",
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The name used to identify an exported service.</p><p>The combination of ResourceName and LocalAccessPoint must be unique within defined Exports. This allows you to define unique configurations having the same ResourceName.</p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"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>"
}
},
"description":""
}