SOMA.naming.domain
Class DomainRefreshCommand

java.lang.Object
  |
  +--SOMA.network.connection.Command
        |
        +--SOMA.naming.domain.DomainRefreshCommand

public class DomainRefreshCommand
extends Command

Comando di aggiornamento della tabella dei domini di un DNS.

Author:
Livio Profiri
See Also:
Serialized Form

Inner Class Summary
static class DomainRefreshCommand.Request
          Comando di richiesta di refresh della tabella dei domini.
 
Fields inherited from class SOMA.network.connection.Command
env, ReturnConnection
 
Constructor Summary
DomainRefreshCommand(PlaceID fatherDomainID, java.util.Hashtable domains)
          Costruttore.
 
Method Summary
 void run()
          Aggiorna la tabella e spedisce l'aggiornamento ai figli.
 java.lang.String toString()
           
 
Methods inherited from class SOMA.network.connection.Command
Return, start, startOnError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DomainRefreshCommand

public DomainRefreshCommand(PlaceID fatherDomainID,
                            java.util.Hashtable domains)
Costruttore.
Method Detail

run

public void run()
Aggiorna la tabella e spedisce l'aggiornamento ai figli.
Overrides:
run in class Command

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object