vishnu.transport.remoting
Class RemotingTransportService

java.lang.Object
  extended by vishnu.transport.remoting.RemotingTransportService
All Implemented Interfaces:
TransportService

public class RemotingTransportService
extends java.lang.Object
implements TransportService

Este servicio de transporte se encarga de registrar un objeto de atencion de pedidos RMI y de eliminarlo cuando ya no es necesario. pattern: InversionOfControl

Author:
Hernan Rancati
 

Constructor Summary
RemotingTransportService(TransportServiceContext c)
           
 
Method Summary
 void start()
          inicia el servicio.
 void stop()
          detiene el servicio.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotingTransportService

public RemotingTransportService(TransportServiceContext c)
Method Detail

start

public void start()
inicia el servicio. Se encarga de registrar un objeto DatabaseRemoting

Specified by:
start in interface TransportService

stop

public void stop()
detiene el servicio. Liberando el objeto de acceso remoto.

Specified by:
stop in interface TransportService