Files
gateway-dbc-fx/gnpdev/sim/build/building/sim-classes/weblogic/messaging/dispatcher/DispatcherImplRTD.xml
2024-05-09 17:40:24 +02:00

45 lines
1.3 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.messaging.dispatcher.DispatcherImpl"
>
<lifecycle
dgc-policy="managed">
</lifecycle>
<method
name="dispatchSyncFuture(weblogic.messaging.dispatcher.Request)"
future="true"
dispatch-policy="JmsDispatcher">
</method>
<method
name="dispatchSyncNoTranFuture(weblogic.messaging.dispatcher.Request)"
future="true"
dispatch-policy="JmsDispatcher">
</method>
<method
name="dispatchSyncTranFuture(weblogic.messaging.dispatcher.Request)"
future="true"
dispatch-policy="JmsDispatcher">
</method>
<method
name="dispatchAsyncFuture(weblogic.messaging.dispatcher.Request,weblogic.rmi.extensions.AsyncResult)"
future="true"
dispatch-policy="JmsDispatcher">
</method>
<method
name="dispatchAsyncTranFuture(weblogic.messaging.dispatcher.Request,weblogic.rmi.extensions.AsyncResult)"
future="true"
dispatch-policy="JmsDispatcher">
</method>
<method
name="dispatchOneWay(weblogic.messaging.dispatcher.Request)"
dispatch-policy="JmsAsyncQueue"
oneway="true">
</method>
<method
name="dispatchOneWayWithId(weblogic.messaging.dispatcher.Request,int)"
dispatch-policy="JmsAsyncQueue"
oneway="true">
</method>
</rmi>