net.jradius.impl
Class JRadiusManagerImpl

java.lang.Object
  extended by net.jradius.impl.JRadiusManagerImpl
All Implemented Interfaces:
JRadiusManager, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle

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


Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
JRadiusManagerImpl()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.commons.logging.Log log
Constructor Detail

JRadiusManagerImpl

public JRadiusManagerImpl()
Method Detail

start

public void start()
Specified by:
start in interface JRadiusManager
Specified by:
start in interface org.springframework.context.Lifecycle

stop

public void stop()
Specified by:
stop in interface JRadiusManager
Specified by:
stop in interface org.springframework.context.Lifecycle

isRunning

public boolean isRunning()
Specified by:
isRunning in interface org.springframework.context.Lifecycle

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

setBeanFactory

public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
                    throws org.springframework.beans.BeansException
Specified by:
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
Throws:
org.springframework.beans.BeansException

getConfigFile

public String getConfigFile()

setConfigFile

public void setConfigFile(String configFile)

destroy

public void destroy()
             throws Exception
Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
Throws:
Exception

setJRadiusServer

public void setJRadiusServer(JRadiusServer radiusServer)

setEventDispatcher

public void setEventDispatcher(EventDispatcher eventDispatcher)

setStartOnLoad

public void setStartOnLoad(Boolean startOnLoad)


Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.