Package jade.core
Interface BEConnectionManager
-
- All Known Implementing Classes:
BackEndDispatcher,BIBEDispatcher,HTTPBEDispatcher,NIOBEDispatcher,NIOHTTPBEDispatcher,SMSBEDispatcher
public interface BEConnectionManager- Author:
- Giovanni Caire - TILAB
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FrontEndgetFrontEnd(BackEnd be, Properties props)Return a stub of the remote FrontEnd that is connected to the local BackEnd.voidshutdown()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 BackEndprops- 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
-
-