vishnu.configurators.transport
Class PopulatedVolatileTransportServiceConfigurator

java.lang.Object
  extended by vishnu.configurators.transport.PopulatedVolatileTransportServiceConfigurator
All Implemented Interfaces:
TransportServiceConfigurator

public class PopulatedVolatileTransportServiceConfigurator
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
 

Constructor Summary
PopulatedVolatileTransportServiceConfigurator()
           
 
Method Summary
 TransportService getTransportService()
          Devuelve un servicio de transporte configurado.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PopulatedVolatileTransportServiceConfigurator

public PopulatedVolatileTransportServiceConfigurator()
Method Detail

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