org.apache.openejb.core
Interface WebDeploymentInfo

All Known Implementing Classes:
CoreWebDeploymentInfo

public interface WebDeploymentInfo


Method Summary
 java.lang.ClassLoader getClassLoader()
           
 java.lang.String getId()
           
 java.util.Collection<Injection> getInjections()
           
 javax.naming.Context getJndiEnc()
           
 

Method Detail

getId

java.lang.String getId()

getClassLoader

java.lang.ClassLoader getClassLoader()

getInjections

java.util.Collection<Injection> getInjections()

getJndiEnc

javax.naming.Context getJndiEnc()


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