org.pfsw.tools.beluga.admin
Class AdminServer

java.lang.Object
  extended by org.pf.util.ExceptionIgnorer
      extended by org.pf.net.RequestServer
          extended by org.pf.net.TextRequestServer
              extended by org.pfsw.tools.beluga.admin.AdminServer
All Implemented Interfaces:
Runnable

public class AdminServer
extends org.pf.net.TextRequestServer

This server is responsible to handle administration requests

Version:
1.0
Author:
M.Duchrow

Constructor Summary
AdminServer(AdminServerConfiguration configuration, LDAPServer ldapServer)
          Initialize the new instance with a configuration
 
Method Summary
 void shutdown()
          Stops this admin server
 void shutdownLdapServer()
          Stops the LDAP server
 void start()
          Starts the server.
 
Methods inherited from class org.pf.net.RequestServer
getConnectionIdleTimeout, getPort, run, setConnectionIdleTimeout
 
Methods inherited from class org.pf.util.ExceptionIgnorer
exceptionOccurred, getExceptionHandler, setExceptionHandler
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminServer

public AdminServer(AdminServerConfiguration configuration,
                   LDAPServer ldapServer)
Initialize the new instance with a configuration

Method Detail

start

public void start()
Starts the server.


shutdownLdapServer

public void shutdownLdapServer()
Stops the LDAP server


shutdown

public void shutdown()
Stops this admin server



Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.