org.apache.openejb.spring
Class Application

java.lang.Object
  extended by org.apache.openejb.spring.AbstractApplication
      extended by org.apache.openejb.spring.Application
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware

public class Application
extends AbstractApplication


Field Summary
 
Fields inherited from class org.apache.openejb.spring.AbstractApplication
applications, export, openEJB, started
 
Constructor Summary
Application()
           
 
Method Summary
 org.springframework.core.io.Resource getJarFile()
           
protected  List<AppInfo> loadApplications()
           
 void setJarFile(org.springframework.core.io.Resource jarFile)
           
 
Methods inherited from class org.apache.openejb.spring.AbstractApplication
createStrategy, deployApplication, getAssembler, getEjbBindings, getOpenEJB, isExport, setApplicationContext, setExport, setOpenEJB, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

getJarFile

public org.springframework.core.io.Resource getJarFile()

setJarFile

public void setJarFile(org.springframework.core.io.Resource jarFile)

loadApplications

protected List<AppInfo> loadApplications()
                                  throws OpenEJBException
Specified by:
loadApplications in class AbstractApplication
Throws:
OpenEJBException


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