org.apache.james.remotemanager
Class RemoteManagerHandler

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.james.remotemanager.RemoteManagerHandler
All Implemented Interfaces:
org.apache.avalon.cornerstone.services.connection.ConnectionHandler, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.excalibur.pool.Poolable

public class RemoteManagerHandler
extends org.apache.avalon.framework.logger.AbstractLogEnabled
implements org.apache.avalon.cornerstone.services.connection.ConnectionHandler, org.apache.avalon.excalibur.pool.Poolable

Provides a really rude network interface to administer James. Allow to add accounts. TODO: -improve protocol -much more...

Version:
$Revision: 440727 $

Constructor Summary
RemoteManagerHandler()
           
 
Method Summary
 void handleConnection(Socket connection)
           
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteManagerHandler

public RemoteManagerHandler()
Method Detail

handleConnection

public void handleConnection(Socket connection)
                      throws IOException
Specified by:
handleConnection in interface org.apache.avalon.cornerstone.services.connection.ConnectionHandler
Throws:
IOException
See Also:
ConnectionHandler.handleConnection(Socket)


"Copyright © 1999-2006 Apache Jakarta Project. All Rights Reserved."