jhomenet.server.console
Class ConsoleManager

java.lang.Object
  extended by jhomenet.server.console.ConsoleManager

public class ConsoleManager
extends java.lang.Object

TODO: Class description.

Id: $Id: $

Author:
Dave Irwin (jhomenet at gmail dot com)

Constructor Summary
ConsoleManager(java.lang.Boolean displayLocalConsole, AuthManager authManager, PluginContext pluginContext, ServerContextImpl serverContext)
           
 
Method Summary
 java.util.List<IService> getAllConsoleServices()
           
 ConsoleService getLocalConsoleService()
           
 java.util.List<ConsoleService> getRemoteConsoleServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleManager

public ConsoleManager(java.lang.Boolean displayLocalConsole,
                      AuthManager authManager,
                      PluginContext pluginContext,
                      ServerContextImpl serverContext)
Parameters:
authManager -
pluginContext -
serverContext -
serverConfig -
Method Detail

getLocalConsoleService

public final ConsoleService getLocalConsoleService()
Returns:
the localConsoleService

getRemoteConsoleServices

public java.util.List<ConsoleService> getRemoteConsoleServices()
Returns:

getAllConsoleServices

public java.util.List<IService> getAllConsoleServices()
Returns:


Copyright © 2004-2007 David Irwin. All Rights Reserved.