vishnu.configurators.transport
Class PopulatedTransportServiceConfigurator
java.lang.Object
vishnu.configurators.transport.PopulatedTransportServiceConfigurator
- All Implemented Interfaces:
- TransportServiceConfigurator
public class PopulatedTransportServiceConfigurator
- extends java.lang.Object
- implements TransportServiceConfigurator
Esta clase implementa un configurador de servicio de transporte
con las siguientes caracteristicas: Administrador de bases de datos volatil,
sistema de transporte basado en RMI y el resto de las implementaciones
de referencia. Ademas, precarga el sistema con una base de datos test.
- Author:
- Hernan Rancati
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PopulatedTransportServiceConfigurator
public PopulatedTransportServiceConfigurator()
getTransportService
public TransportService getTransportService()
- Description copied from interface:
TransportServiceConfigurator
- Devuelve un servicio de transporte configurado. Este servicio
tiene tiene configurado un parser, un planificador, un administrador
de bases de datos, una libreria de algoritmos, un mecanismo de
transporte, etc.
- Specified by:
getTransportService
in interface TransportServiceConfigurator
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object