SOMA.mobilePlace
Class MobilePlaceConnectionCommand

java.lang.Object
  extended bySOMA.network.connection.Command
      extended bySOMA.mobilePlace.MobilePlaceConnectionCommand
All Implemented Interfaces:
java.lang.Runnable, java.io.Serializable

public class MobilePlaceConnectionCommand
extends Command

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

Author:
Livio Profiri
See Also:
Serialized Form

Nested Class Summary
static class MobilePlaceConnectionCommand.UpdateHomePositionCommand
           
static class MobilePlaceConnectionCommand.UpdateMobilePlacePositionCommand
           
 
Field Summary
(package private)  PlaceInfo myPlaceInfo
           
 
Fields inherited from class SOMA.network.connection.Command
env, ReturnConnection
 
Constructor Summary
MobilePlaceConnectionCommand(PlaceInfo myPlaceInfo)
          Costruttore
 
Method Summary
 void run()
          Contiene la computazione che il comando deve svolgere.
 
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

myPlaceInfo

PlaceInfo myPlaceInfo
Constructor Detail

MobilePlaceConnectionCommand

public MobilePlaceConnectionCommand(PlaceInfo myPlaceInfo)
Costruttore

Method Detail

run

public void run()
Description copied from class: Command
Contiene la computazione che il comando deve svolgere.
Questo metodo astratto va definito nelle implementazioni concrete dei comandi.

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


Copyright © 2004 Luca Foschini