SOMA.naming.domain
Class DomainRefreshCommand.Request

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

public static class DomainRefreshCommand.Request
extends Command

Comando di richiesta di refresh della tabella dei domini.

Author:
Livio Profiri
See Also:
Serialized Form

Fields inherited from class SOMA.network.connection.Command
env, ReturnConnection
 
Constructor Summary
DomainRefreshCommand.Request()
           
 
Method Summary
 void run()
          Viene spedito un DomainRefreshCommand con la nuova tabella.
 
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
 

Constructor Detail

DomainRefreshCommand.Request

public DomainRefreshCommand.Request()
Method Detail

run

public void run()
Viene spedito un DomainRefreshCommand con la nuova tabella.
Overrides:
run in class Command