SOMA.naming.domain
Class PutDomainCommand

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

public class PutDomainCommand
extends Command

Comando di aggiornamento di un DNS.

Viene aggiunto o modificato un dominio.

Author:
Livio Profiri
See Also:
Serialized Form

Field Summary
(package private)  DomainInfo toPut
           
 
Fields inherited from class SOMA.network.connection.Command
env, ReturnConnection
 
Constructor Summary
PutDomainCommand(DomainInfo toPut)
          Costruttore.
 
Method Summary
 void run()
          Aggiunge o modifica il dominio.
 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
 

Field Detail

toPut

DomainInfo toPut
Constructor Detail

PutDomainCommand

public PutDomainCommand(DomainInfo toPut)
Costruttore.

Method Detail

run

public void run()
Aggiunge o modifica il dominio.

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

toString

public java.lang.String toString()


Copyright © 2004 Luca Foschini