org.apache.openejb.spi
Interface ContainerSystem

All Known Implementing Classes:
CoreContainerSystem

public interface ContainerSystem


Method Summary
 Container[] containers()
           
 DeploymentInfo[] deployments()
           
 Container getContainer(Object id)
           
 DeploymentInfo getDeploymentInfo(Object id)
           
 Context getJNDIContext()
           
 WebDeploymentInfo getWebDeploymentInfo(String id)
           
 

Method Detail

getDeploymentInfo

DeploymentInfo getDeploymentInfo(Object id)

deployments

DeploymentInfo[] deployments()

getContainer

Container getContainer(Object id)

containers

Container[] containers()

getWebDeploymentInfo

WebDeploymentInfo getWebDeploymentInfo(String id)

getJNDIContext

Context getJNDIContext()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.