SOMA.network.connection
Class ConnectionExplorerItem

java.lang.Object
  |
  +--SOMA.explorer.ExplorerItem
        |
        +--SOMA.network.connection.DaemonExplorerItem
              |
              +--SOMA.network.connection.ConnectionExplorerItem

public class ConnectionExplorerItem
extends DaemonExplorerItem

Aggiunge a DaemonExplorerItem la spedizione di messaggi attraverso una connessione.

Author:
Livio Profiri
See Also:
Serialized Form

Fields inherited from class SOMA.network.connection.DaemonExplorerItem
daemon
 
Fields inherited from class SOMA.explorer.ExplorerItem
Syntax
 
Constructor Summary
ConnectionExplorerItem(Connection c)
           
 
Method Summary
 java.lang.Object Execute(java.util.Collection Parameters, java.io.PrintStream out)
          Si appoggia alla Execute della superclasse DaemonExplorerItem ed aggiunge solo la funzionalitą di spedizione messaggi (send "Message").
 java.lang.String Help(java.io.PrintStream out)
           
 
Methods inherited from class SOMA.network.connection.DaemonExplorerItem
getStatusString, getSyntax, StatusToString
 
Methods inherited from class SOMA.explorer.ExplorerItem
Execute, Help, setSyntax, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionExplorerItem

public ConnectionExplorerItem(Connection c)
Method Detail

Execute

public java.lang.Object Execute(java.util.Collection Parameters,
                                java.io.PrintStream out)
Si appoggia alla Execute della superclasse DaemonExplorerItem ed aggiunge solo la funzionalitą di spedizione messaggi (send "Message").
Overrides:
Execute in class DaemonExplorerItem
See Also:
SendMessageCommand

Help

public java.lang.String Help(java.io.PrintStream out)
Overrides:
Help in class DaemonExplorerItem