SOMA.network.connection
Class SendMessageCommand

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

public class SendMessageCommand
extends Command

Recapita un messaggio (stringa) e restituisce una conferma.

Author:
Livio Profiri
See Also:
Serialized Form

Field Summary
(package private)  boolean Andata
           
(package private)  java.lang.String Message
           
 
Fields inherited from class SOMA.network.connection.Command
env, ReturnConnection
 
Constructor Summary
SendMessageCommand(java.lang.String Message)
           
 
Method Summary
 void run()
          Visualizza il messaggio e spedisce la conferma.
 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

Message

java.lang.String Message

Andata

boolean Andata
Constructor Detail

SendMessageCommand

public SendMessageCommand(java.lang.String Message)
Method Detail

run

public void run()
Visualizza il messaggio e spedisce la conferma.

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

toString

public java.lang.String toString()


Copyright © 2004 Luca Foschini