com.ericdaugherty.mail.server.configuration
Class ConnectionBasedConfigurator

java.lang.Object
  extended by com.ericdaugherty.mail.server.configuration.ConnectionBasedConfigurator
All Implemented Interfaces:
java.lang.Runnable

public class ConnectionBasedConfigurator
extends java.lang.Object
implements java.lang.Runnable

Add a user and optionally an association with a (new) realm using a custom communication protocol over a tcp connection.

Author:
Andreas Kyrmegalos

Constructor Summary
ConnectionBasedConfigurator()
           
 
Method Summary
 void run()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionBasedConfigurator

public ConnectionBasedConfigurator()
Method Detail

shutdown

public void shutdown()

run

public void run()
Specified by:
run in interface java.lang.Runnable