SOMA.naming.domain
Class DomainRegisterCommand

java.lang.Object
  extended bySOMA.network.connection.Command
      extended bySOMA.naming.domain.DomainRegisterCommand
All Implemented Interfaces:
java.lang.Runnable, java.io.Serializable

public class DomainRegisterCommand
extends Command

Comando di registrazione di un DNS presso una altro DNS che diventera' il padre.

Author:
Livio Profiri
See Also:
Serialized Form

Field Summary
(package private)  DomainInfo myDomainInfo
           
 
Fields inherited from class SOMA.network.connection.Command
env, ReturnConnection
 
Constructor Summary
DomainRegisterCommand(DomainInfo myDomainInfo)
          Costruttore
 
Method Summary
 void run()
          Registra il dominio e gli spedisce un DomainRefreshCommand.
 
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, toString, wait, wait, wait
 

Field Detail

myDomainInfo

DomainInfo myDomainInfo
Constructor Detail

DomainRegisterCommand

public DomainRegisterCommand(DomainInfo myDomainInfo)
Costruttore

Method Detail

run

public void run()
Registra il dominio e gli spedisce un DomainRefreshCommand.

Se un dominio con lo stesso nome era gia' presente, gli viene spedito un messaggio di errore.

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class Command


Copyright © 2004 Luca Foschini