public interface ContainerManagement
Modifier and Type | Method and Description |
---|---|
Object |
getContainer(String containerName)
Retrieve a Jetspeed IoC container by name
|
Collection |
getContainers()
Retrieve all IoC containers configured in Jetspeed
|
Object |
getRootContainer()
Retrieve the root Jetspeed IoC container
|
void |
start()
Start the Jetspeed IoC container
|
void |
stop()
Stop the Jetspeed IoC container
|
Object getContainer(String containerName)
containerName
- the name of the IoC containerObject getRootContainer()
Collection getContainers()
void stop()
void start()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.