vishnu.configurators.transport
Class PooledTransportServiceConfigurator

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

public class PooledTransportServiceConfigurator
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
PooledTransportServiceConfigurator()
           
 
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

PooledTransportServiceConfigurator

public PooledTransportServiceConfigurator()
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