public class JRadiusManagerImpl extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.Lifecycle, JRadiusManager
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
JRadiusManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
String |
getConfigFile() |
boolean |
isRunning() |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setConfigFile(String configFile) |
void |
setEventDispatcher(EventDispatcher eventDispatcher) |
void |
setJRadiusServer(JRadiusServer radiusServer) |
void |
setStartOnLoad(Boolean startOnLoad) |
void |
start() |
void |
stop() |
public void start()
start in interface JRadiusManagerstart in interface org.springframework.context.Lifecyclepublic void stop()
stop in interface JRadiusManagerstop in interface org.springframework.context.Lifecyclepublic boolean isRunning()
isRunning in interface org.springframework.context.Lifecyclepublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic String getConfigFile()
public void setConfigFile(String configFile)
public void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic void setJRadiusServer(JRadiusServer radiusServer)
public void setEventDispatcher(EventDispatcher eventDispatcher)
public void setStartOnLoad(Boolean startOnLoad)
Copyright © 2017. All rights reserved.