Uses of Interface
jade.core.BEConnectionManager
-
Packages that use BEConnectionManager Package Description jade.core This package contains the microkernel of JADE system.jade.imtp.leap.http jade.imtp.leap.JICP jade.imtp.leap.nio jade.imtp.leap.sms -
-
Uses of BEConnectionManager in jade.core
Constructors in jade.core with parameters of type BEConnectionManager Constructor Description BackEndContainer(Properties props, BEConnectionManager cm) -
Uses of BEConnectionManager in jade.imtp.leap.http
Classes in jade.imtp.leap.http that implement BEConnectionManager Modifier and Type Class Description classHTTPBEDispatcherClass declaration -
Uses of BEConnectionManager in jade.imtp.leap.JICP
Classes in jade.imtp.leap.JICP that implement BEConnectionManager Modifier and Type Class Description classBIBEDispatcherClass declaration -
Uses of BEConnectionManager in jade.imtp.leap.nio
Classes in jade.imtp.leap.nio that implement BEConnectionManager Modifier and Type Class Description classBackEndDispatcherThis class implements the FrontEndDispatcher related BackEnd dispatcher managable by an asynchronous JICPMediatorManagerclassNIOBEDispatcherThis class implements the BIFEDispatcher related BackEnd dispatcher managable by an asynchronous JICPMediatorManagerclassNIOHTTPBEDispatcher -
Uses of BEConnectionManager in jade.imtp.leap.sms
Classes in jade.imtp.leap.sms that implement BEConnectionManager Modifier and Type Class Description classSMSBEDispatcherBackEnd side dispatcher class that extendsNIOBEDispatcherand uses SMS to perform OUT-of-bound notifications to the FrontEnd when the connection (currently dropped) must be re-established.
-