public class Bootstrap extends Object
Modifier and Type | Class and Description |
---|---|
class |
Bootstrap.BootstrapShutdownHook |
Constructor and Description |
---|
Bootstrap() |
Modifier and Type | Method and Description |
---|---|
<T> T |
getInstance(Class<T> clazz) |
<T> T |
getInstance(String beanName) |
protected Kernel |
getKernel() |
void |
init(String[] args) |
void |
setProperties(Map<String,Object> props) |
void |
start() |
void |
stop() |
public <T> T getInstance(String beanName)
public <T> T getInstance(Class<T> clazz)
protected Kernel getKernel()
public void init(String[] args) throws ConfigReader.ConfigException, IOException
public void start()
public void stop()
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.