@Service(name="ApplicationLoaderService")
@RunLevel(value=10,
mode=0)
public class ApplicationLoaderService
extends Object
implements org.glassfish.hk2.api.PreDestroy, org.glassfish.hk2.api.PostConstruct
| Modifier and Type | Field and Description |
|---|---|
protected com.sun.enterprise.config.serverbeans.Applications |
applications |
protected com.sun.enterprise.config.serverbeans.Domain |
domain |
protected com.sun.enterprise.config.serverbeans.SystemApplications |
systemApplications |
| Constructor and Description |
|---|
ApplicationLoaderService() |
| Modifier and Type | Method and Description |
|---|---|
void |
postConstruct()
Starts the application loader service.
|
void |
preDestroy()
Stopped all loaded applications
|
void |
processApplication(com.sun.enterprise.config.serverbeans.Application app,
com.sun.enterprise.config.serverbeans.ApplicationRef appRef,
Logger log) |
String |
toString() |
@Inject protected com.sun.enterprise.config.serverbeans.Applications applications
protected com.sun.enterprise.config.serverbeans.SystemApplications systemApplications
protected com.sun.enterprise.config.serverbeans.Domain domain
public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic void processApplication(com.sun.enterprise.config.serverbeans.Application app,
com.sun.enterprise.config.serverbeans.ApplicationRef appRef,
Logger log)
public void preDestroy()
preDestroy in interface org.glassfish.hk2.api.PreDestroyCopyright © 2013. All Rights Reserved.