jade.core
Interface BEConnectionManager


public interface BEConnectionManager

Author:
Giovanni Caire - TILAB

Method Summary
 FrontEnd getFrontEnd(BackEnd be, Properties props)
          Return a stub of the remote FrontEnd that is connected to the local BackEnd.
 void shutdown()
          Shut down the permanent connection to the remote FrontEnd
 

Method Detail

getFrontEnd

FrontEnd getFrontEnd(BackEnd be,
                     Properties props)
                     throws IMTPException
Return a stub of the remote FrontEnd that is connected to the local BackEnd.

Parameters:
be - The local BackEnd
props - Additional (implementation dependent) connection configuration properties.
Returns:
A stub of the remote FrontEnd.
Throws:
IMTPException

shutdown

void shutdown()
Shut down the permanent connection to the remote FrontEnd