SOMA.naming.domain
Class RegisterCommand

java.lang.Object
  |
  +--SOMA.network.connection.Command
        |
        +--SOMA.naming.domain.RegisterCommand

public class RegisterCommand
extends Command

See Also:
Serialized Form

Fields inherited from class SOMA.network.connection.Command
env, ReturnConnection
 
Constructor Summary
RegisterCommand(DomainInfo myDomainInfo)
           
 
Method Summary
 void run()
           
 
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

RegisterCommand

public RegisterCommand(DomainInfo myDomainInfo)
Method Detail

run

public void run()
Overrides:
run in class Command