SOMA.mobilePlace
Class MobilePlaceRegisterCommand

java.lang.Object
  extended bySOMA.network.connection.Command
      extended bySOMA.naming.place.PlaceRegisterCommand
          extended bySOMA.mobilePlace.MobilePlaceRegisterCommand
All Implemented Interfaces:
java.lang.Runnable, java.io.Serializable

public class MobilePlaceRegisterCommand
extends PlaceRegisterCommand

Comando di registrazione del PNS di un place mobile presso il PNS del default place.

Author:
Livio Profiri
See Also:
Serialized Form

Field Summary
 
Fields inherited from class SOMA.naming.place.PlaceRegisterCommand
myPlaceInfo
 
Fields inherited from class SOMA.network.connection.Command
env, ReturnConnection
 
Constructor Summary
MobilePlaceRegisterCommand(PlaceInfo myPlaceInfo)
          Costruttore
 
Method Summary
 void run()
          Registra il place e gli spedisce un PlaceRefreshCommand.
 
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

MobilePlaceRegisterCommand

public MobilePlaceRegisterCommand(PlaceInfo myPlaceInfo)
Costruttore

Method Detail

run

public void run()
Registra il place e gli spedisce un PlaceRefreshCommand.

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

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class PlaceRegisterCommand


Copyright © 2004 Luca Foschini