SOMA.naming.domain
Class DomainRefreshCommand.Request

java.lang.Object
  extended bySOMA.network.connection.Command
      extended bySOMA.naming.domain.DomainRefreshCommand.Request
All Implemented Interfaces:
java.lang.Runnable, java.io.Serializable
Enclosing class:
DomainRefreshCommand

public static class DomainRefreshCommand.Request
extends Command

Comando di richiesta di refresh della tabella dei domini.

Author:
Livio Profiri
See Also:
Serialized Form

Field Summary
(package private)  boolean closeConnection
           
 
Fields inherited from class SOMA.network.connection.Command
env, ReturnConnection
 
Constructor Summary
DomainRefreshCommand.Request()
           
DomainRefreshCommand.Request(boolean closeConnection)
           
 
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
 

Field Detail

closeConnection

boolean closeConnection
Constructor Detail

DomainRefreshCommand.Request

public DomainRefreshCommand.Request()

DomainRefreshCommand.Request

public DomainRefreshCommand.Request(boolean closeConnection)
Method Detail

run

public void run()
Viene spedito un DomainRefreshCommand con la nuova tabella.

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


Copyright © 2004 Luca Foschini