@Service @Rank(value=50) public class AppServerStartup extends Object implements org.glassfish.hk2.api.PostConstruct, com.sun.enterprise.module.bootstrap.ModuleStartup
| Modifier and Type | Class and Description |
|---|---|
static class |
AppServerStartup.AppInstanceListener |
| Constructor and Description |
|---|
AppServerStartup() |
| Modifier and Type | Method and Description |
|---|---|
void |
postConstruct() |
static void |
printModuleStatus(com.sun.enterprise.module.ModulesRegistry registry,
Level level) |
boolean |
run() |
void |
setStartupContext(com.sun.enterprise.module.bootstrap.StartupContext context) |
void |
start() |
void |
stop() |
@Inject public void setStartupContext(com.sun.enterprise.module.bootstrap.StartupContext context)
setStartupContext in interface com.sun.enterprise.module.bootstrap.ModuleStartuppublic void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic void start()
start in interface com.sun.enterprise.module.bootstrap.ModuleStartuppublic boolean run()
public static void printModuleStatus(com.sun.enterprise.module.ModulesRegistry registry,
Level level)
public void stop()
stop in interface com.sun.enterprise.module.bootstrap.ModuleStartupCopyright © 2019. All rights reserved.