org.jboss.portal.server.impl
Class ServerImpl

java.lang.Object
  extended by org.jboss.portal.server.impl.ServerImpl
All Implemented Interfaces:
Server

public class ServerImpl
extends java.lang.Object
implements Server

Should bootstrap the microcontainer in the (near) future.

Version:
$Revision: 8784 $
Author:
Julien Viet

Constructor Summary
ServerImpl()
           
 
Method Summary
 ServerConfig getConfig()
          Returns the config of this server.
 ServletContainer getServletContainer()
          Returns the servlet container context of the server.
 ServletContainerFactory getServletContainerFactory()
           
 Version getVersion()
          Return the server version.
 void setConfig(ServerConfig config)
           
 void setServletContainerFactory(ServletContainerFactory servletContainerFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerImpl

public ServerImpl()
Method Detail

getConfig

public ServerConfig getConfig()
Description copied from interface: Server
Returns the config of this server.

Specified by:
getConfig in interface Server
Returns:
the config

setConfig

public void setConfig(ServerConfig config)

getVersion

public Version getVersion()
Description copied from interface: Server
Return the server version.

Specified by:
getVersion in interface Server
Returns:
the version

getServletContainerFactory

public ServletContainerFactory getServletContainerFactory()

setServletContainerFactory

public void setServletContainerFactory(ServletContainerFactory servletContainerFactory)

getServletContainer

public ServletContainer getServletContainer()
Description copied from interface: Server
Returns the servlet container context of the server.

Specified by:
getServletContainer in interface Server
Returns:
the servlet container context