Uses of Interface
jade.core.FrontEnd

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

Uses of FrontEnd in jade.core
 

Methods in jade.core that return FrontEnd
 FrontEnd BEConnectionManager.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
 BackEnd FEConnectionManager.getBackEnd(FrontEnd fe, Properties props)
          Set up a permanent connection to a remote BackEnd and return a stub of it.