Uses of Interface
org.apache.openejb.core.WebDeploymentInfo

Packages that use WebDeploymentInfo
org.apache.openejb.core   
org.apache.openejb.spi   
 

Uses of WebDeploymentInfo in org.apache.openejb.core
 

Classes in org.apache.openejb.core that implement WebDeploymentInfo
 class CoreWebDeploymentInfo
           
 

Methods in org.apache.openejb.core that return WebDeploymentInfo
 WebDeploymentInfo CoreContainerSystem.getWebDeploymentInfo(java.lang.String id)
           
 WebDeploymentInfo[] CoreContainerSystem.WebDeployments()
           
 

Methods in org.apache.openejb.core with parameters of type WebDeploymentInfo
 void CoreContainerSystem.addWebDeployment(WebDeploymentInfo webDeployment)
           
 void CoreContainerSystem.removeWebDeploymentInfo(WebDeploymentInfo info)
           
 

Uses of WebDeploymentInfo in org.apache.openejb.spi
 

Methods in org.apache.openejb.spi that return WebDeploymentInfo
 WebDeploymentInfo ContainerSystem.getWebDeploymentInfo(java.lang.String id)
           
 



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