Uses of Interface
jade.core.FrontEnd
-
Packages that use FrontEnd 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 FrontEnd in jade.core
Methods in jade.core that return FrontEnd 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.Methods in jade.core with parameters of type FrontEnd 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. -
Uses of FrontEnd in jade.imtp.leap
Classes in jade.imtp.leap that implement FrontEnd Modifier and Type Class Description classFrontEndStubClass declarationConstructors in jade.imtp.leap with parameters of type FrontEnd Constructor Description FrontEndSkel(FrontEnd fe) -
Uses of FrontEnd in jade.imtp.leap.http
Methods in jade.imtp.leap.http that return FrontEnd 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.Methods in jade.imtp.leap.http with parameters of type FrontEnd 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 it -
Uses of FrontEnd in jade.imtp.leap.JICP
Methods in jade.imtp.leap.JICP that return FrontEnd 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.Methods in jade.imtp.leap.JICP with parameters of type FrontEnd 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 it -
Uses of FrontEnd in jade.imtp.leap.nio
Methods in jade.imtp.leap.nio that return FrontEnd 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.
-