org.apache.openejb.spi
Interface ContainerSystem
- All Known Implementing Classes:
- CoreContainerSystem
public interface ContainerSystem
getBeanContext
BeanContext getBeanContext(Object id)
deployments
BeanContext[] deployments()
getContainer
Container getContainer(Object id)
containers
Container[] containers()
getWebContextByHost
WebContext getWebContextByHost(String id,
String host)
getWebContext
@Deprecated
WebContext getWebContext(String id)
- Deprecated.
getJNDIContext
Context getJNDIContext()
getAppContexts
List<AppContext> getAppContexts()
getAppContext
AppContext getAppContext(Object id)
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.