statelesstradebean_r844wq_homeimplrtd.xml

来自「有状态和无状态EJB源码」· XML 代码 · 共 58 行

XML
58
字号
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE rmi PUBLIC "-//BEA Systems, Inc.//RMI Runtime DTD 1.0//EN" "rmi.dtd">
<rmi
    name="stateless.statelessTradeBean_r844wq_HomeImpl"
>
<cluster
    clusterable="true"
    propagate-environment="true"
>
</cluster>

<lifecycle
    dgc-policy="managed"
>
</lifecycle>

<method
     name="*"
    idempotent="true"
>
</method>
<method
    name="remove(javax.ejb.Handle)"
    requires-transaction="true"
>
</method>
<method
    name="remove(java.lang.Object)"
    requires-transaction="true"
>
</method>
<method
    name="getHomeHandle()"
    requires-transaction="true"
>
</method>
<method
    name="create()"
    requires-transaction="true"
>
</method>
<method
    name="getEJBMetaData()"
    requires-transaction="true"
>
</method>

<security
    client-authentication="none"
    client-cert-authentication="none"
    identity-assertion="none"
    confidentiality="none"
    integrity="none"
>
</security>

</rmi>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?