First Commit from Source Code Reply

This commit is contained in:
vincenzofariello
2024-05-09 17:40:24 +02:00
parent 11e3b57c5b
commit 107a016cb9
35225 changed files with 1111346 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE rmi PUBLIC "-//BEA Systems, Inc.//RMI Runtime DTD 1.0//EN" "rmi.dtd">
<rmi
name="weblogic.cluster.singleton.DomainMigrationHistoryImpl"
server-ref-classname="weblogic.rmi.internal.AdminAccessOnlyServerRef"
initial-reference="36">
<lifecycle dgc-policy="managed"/>
<method name="*"
transactional="false"
dispatch-policy="weblogic.kernel.System">
</method>
<method name="update(weblogic.cluster.singleton.MigrationData)"
transactional="false"
oneway="true"
dispatch-policy="weblogic.kernel.System">
</method>
</rmi>

View File

@@ -0,0 +1,18 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE rmi PUBLIC "-//BEA Systems, Inc.//RMI Runtime DTD 1.0//EN" "rmi.dtd">
<rmi
name="weblogic.cluster.singleton.DomainMigrationHistoryImpl"
server-ref-classname="weblogic.rmi.internal.AdminAccessOnlyServerRef"
initial-reference="36">
<lifecycle dgc-policy="managed"/>
<method name="*"
transactional="false"
dispatch-policy="weblogic.kernel.System">
</method>
<method name="update(weblogic.cluster.singleton.MigrationData)"
transactional="false"
oneway="true"
dispatch-policy="weblogic.kernel.System">
</method>
</rmi>

View File

@@ -0,0 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE rmi PUBLIC "-//BEA Systems, Inc.//RMI Runtime DTD 1.0//EN" "rmi.dtd">
<rmi name="weblogic.cluster.singleton.RemoteLeasingBasisImpl">
<lifecycle dgc-policy="managed"/>
<!-- Make sure that these methods timeout eventually. The timeout
should be set the same as the heartbeat interval. -->
<method name="*" transactional="false" dispatch-policy="direct" timeout="2000"/>
</rmi>

View File

@@ -0,0 +1,17 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE rmi PUBLIC "-//BEA Systems, Inc.//RMI Runtime DTD 1.0//EN" "rmi.dtd">
<rmi
name="weblogic.cluster.singleton.ServerMigrationCoordinatorImpl"
>
<lifecycle
dgc-policy="managed"
>
</lifecycle>
<method
name="*"
transactional="false"
>
</method>
</rmi>

Some files were not shown because too many files have changed in this diff Show More