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

public class JRadiusManagerImpl
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, JRadiusManager


Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
JRadiusManagerImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 java.lang.String getConfigFile()
           
 void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
           
 void setConfigFile(java.lang.String configFile)
           
 void setEventDispatcher(EventDispatcher eventDispatcher)
           
 void setJRadiusServer(JRadiusServer radiusServer)
           
 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

stop

public void stop()
Specified by:
stop in interface JRadiusManager

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.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 java.lang.String getConfigFile()

setConfigFile

public void setConfigFile(java.lang.String configFile)

destroy

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

setJRadiusServer

public void setJRadiusServer(JRadiusServer radiusServer)

setEventDispatcher

public void setEventDispatcher(EventDispatcher eventDispatcher)


Copyright © 2008 JRadius Project, All Rights Reserved.