Uses of Interface
jade.core.BackEnd

Packages that use BackEnd
jade.core This package contains the microkernel of JADE system. 
 

Uses of BackEnd in jade.core
 

Classes in jade.core that implement BackEnd
 class BackEndContainer
           
 

Methods in jade.core that return BackEnd
 BackEnd FEConnectionManager.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
 FrontEnd BEConnectionManager.getFrontEnd(BackEnd be, Properties props)
          Return a stub of the remote FrontEnd that is connected to the local BackEnd.