org.apache.openejb.core
Interface WebDeploymentInfo

All Known Implementing Classes:
CoreWebDeploymentInfo

public interface WebDeploymentInfo


Method Summary
 ClassLoader getClassLoader()
           
 String getId()
           
 Collection<Injection> getInjections()
           
 Context getJndiEnc()
           
 

Method Detail

getId

String getId()

getClassLoader

ClassLoader getClassLoader()

getInjections

Collection<Injection> getInjections()

getJndiEnc

Context getJndiEnc()


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