org.jboss.portal.server
Interface ServerManager

All Known Implementing Classes:
ServerManagerImpl

public interface ServerManager


Method Summary
 void deploy(java.lang.Object key, Item item)
           
 BootStrapContext getBootStrap()
           
 Configuration getConfiguration()
           
 InvocationFactory getInvocationContext()
           
 Kernel getKernel()
           
 ObjectFactory getObjectFactory()
           
 PortalServer getPortalServer()
           
 DeploymentReactor getReactor()
           
 void undeploy(java.lang.Object key)
           
 

Method Detail

getInvocationContext

InvocationFactory getInvocationContext()

getConfiguration

Configuration getConfiguration()

getObjectFactory

ObjectFactory getObjectFactory()

getBootStrap

BootStrapContext getBootStrap()

getKernel

Kernel getKernel()

getPortalServer

PortalServer getPortalServer()

getReactor

DeploymentReactor getReactor()

deploy

void deploy(java.lang.Object key,
            Item item)

undeploy

void undeploy(java.lang.Object key)