public class TipiStarterImpl extends Object implements TipiStarter, Startable, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionCapManager |
connectionCapManager |
| Constructor and Description |
|---|
TipiStarterImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
boolean |
isStarted() |
void |
onApplicationEvent(org.springframework.context.ApplicationEvent applicationEvent) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setStartAtBoot(Boolean startAtBoot) |
void |
start() |
void |
start(boolean pauseGroups) |
void |
stop() |
@Autowired protected ConnectionCapManager connectionCapManager
public void onApplicationEvent(org.springframework.context.ApplicationEvent applicationEvent)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void destroy()
throws Exception
public boolean isStarted()
throws Exception
isStarted in interface TipiStarterExceptionpublic void start()
throws Exception
start in interface Startablestart in interface TipiStarterExceptionpublic void stop()
throws Exception
stop in interface Startablestop in interface TipiStarterExceptionpublic void setStartAtBoot(Boolean startAtBoot)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.