11 lines
426 B
XML
11 lines
426 B
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.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>
|