org.openmdx.uses.net.sourceforge.jradiusclient
Class AbstractRadiusClient

java.lang.Object
  extended by org.openmdx.uses.net.sourceforge.jradiusclient.AbstractRadiusClient
Direct Known Subclasses:
RadiusClient

public class AbstractRadiusClient
extends Object

Abstract Radius CLient


Constructor Summary
protected AbstractRadiusClient(boolean logging)
          Constructor
 
Method Summary
protected  void logDebug(String format, int id, Object argument1)
          Log at debug level
protected  void logDebug(String format, Object argument1)
          Log at debug level
protected  void logWarning(String format, byte id, Object argument1, Object argument2)
          Log at warn level
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRadiusClient

protected AbstractRadiusClient(boolean logging)
Constructor

Parameters:
logging -
Method Detail

logWarning

protected final void logWarning(String format,
                                byte id,
                                Object argument1,
                                Object argument2)
Log at warn level

Parameters:
format -
id -
argument1 -
argument2 -

logDebug

protected final void logDebug(String format,
                              int id,
                              Object argument1)
Log at debug level

Parameters:
format -
id -
argument1 -

logDebug

protected final void logDebug(String format,
                              Object argument1)
Log at debug level

Parameters:
format -
id -
argument1 -


This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.