37 lines
1.0 KiB
XML
37 lines
1.0 KiB
XML
<?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.replication.ReplicationManager"
|
|
server-ref-classname="weblogic.cluster.replication.ReplicationManagerServerRef"
|
|
initial-reference="16">
|
|
<lifecycle
|
|
dgc-policy="managed">
|
|
</lifecycle>
|
|
<method
|
|
name="*"
|
|
transactional="false"
|
|
dispatch-policy="weblogic.kernel.Non-Blocking">
|
|
</method>
|
|
|
|
<!-- Not adding dispatch-policy as it will get it from the channel -->
|
|
<method
|
|
name="updateOneWay(weblogic.cluster.replication.ROID, int, java.io.Serializable, java.lang.Object)"
|
|
transactional="false"
|
|
oneway="true">
|
|
</method>
|
|
|
|
<!-- Not adding dispatch-policy as it will get it from the channel -->
|
|
<method
|
|
name="removeOneWay(weblogic.cluster.replication.ROID[], java.lang.Object)"
|
|
transactional="false"
|
|
oneway="true">
|
|
</method>
|
|
|
|
<method
|
|
name="remove(weblogic.cluster.replication.ROID[])"
|
|
transactional="false"
|
|
oneway="true"
|
|
dispatch-policy="weblogic.kernel.Non-Blocking">
|
|
</method>
|
|
</rmi>
|