Uses of Interface
jade.core.BackEnd
-
Packages that use BackEnd Package Description jade.core This package contains the microkernel of JADE system.jade.imtp.leap jade.imtp.leap.http jade.imtp.leap.JICP jade.imtp.leap.nio -
-
Uses of BackEnd in jade.core
Classes in jade.core that implement BackEnd Modifier and Type Class Description classBackEndContainerMethods in jade.core that return BackEnd Modifier and Type Method Description BackEndFEConnectionManager. getBackEnd(FrontEnd fe, Properties props)Set up a permanent connection to a remote BackEnd and return a stub of it.Methods in jade.core with parameters of type BackEnd Modifier and Type Method Description FrontEndBEConnectionManager. getFrontEnd(BackEnd be, Properties props)Return a stub of the remote FrontEnd that is connected to the local BackEnd. -
Uses of BackEnd in jade.imtp.leap
Classes in jade.imtp.leap that implement BackEnd Modifier and Type Class Description classBackEndStubClass declarationConstructors in jade.imtp.leap with parameters of type BackEnd Constructor Description BackEndSkel(BackEnd be) -
Uses of BackEnd in jade.imtp.leap.http
Methods in jade.imtp.leap.http that return BackEnd Modifier and Type Method Description BackEndHTTPFEDispatcher. getBackEnd(FrontEnd fe, Properties p)Create a BackEnd in the fixed network and return a stub to communicate with itMethods in jade.imtp.leap.http with parameters of type BackEnd Modifier and Type Method Description FrontEndHTTPBEDispatcher. getFrontEnd(BackEnd be, Properties props)Return a stub of the remote FrontEnd that is connected to the local BackEnd. -
Uses of BackEnd in jade.imtp.leap.JICP
Methods in jade.imtp.leap.JICP that return BackEnd Modifier and Type Method Description BackEndBIFEDispatcher. getBackEnd(FrontEnd fe, Properties props)Connect to a remote BackEnd and return a stub to communicate with itBackEndFrontEndDispatcher. getBackEnd(FrontEnd fe, Properties props)Connect to a remote BackEnd and return a stub to communicate with itMethods in jade.imtp.leap.JICP with parameters of type BackEnd Modifier and Type Method Description FrontEndBIBEDispatcher. getFrontEnd(BackEnd be, Properties props)Return a stub of the remote FrontEnd that is connected to the local BackEnd. -
Uses of BackEnd in jade.imtp.leap.nio
Methods in jade.imtp.leap.nio with parameters of type BackEnd Modifier and Type Method Description FrontEndBackEndDispatcher. getFrontEnd(BackEnd be, Properties props)Return a stub of the remote FrontEnd that is connected to the local BackEnd.FrontEndNIOBEDispatcher. getFrontEnd(BackEnd be, Properties props)Return a stub of the remote FrontEnd that is connected to the local BackEnd.FrontEndNIOHTTPBEDispatcher. getFrontEnd(BackEnd be, Properties props)Return a stub of the remote FrontEnd that is connected to the local BackEnd.
-