org.openmdx.uses.net.sourceforge.jradiusclient.packets
Class StopAccountingRequest

java.lang.Object
  extended by org.openmdx.uses.net.sourceforge.jradiusclient.RadiusPacket
      extended by org.openmdx.uses.net.sourceforge.jradiusclient.packets.AccountingRequest
          extended by org.openmdx.uses.net.sourceforge.jradiusclient.packets.StopAccountingRequest

public class StopAccountingRequest
extends AccountingRequest

Released under the LGPL
An AccountingRequest to perform a Stop Accounting Request

Version:
$Revision: 1.2 $
Author:
Robert J. Loihl

Field Summary
 
Fields inherited from class org.openmdx.uses.net.sourceforge.jradiusclient.packets.AccountingRequest
DISABLE_ACCOUNTING_SERVICE_TYPE, ENABLE_ACCOUNTING_SERVICE_TYPE, START_ACCOUNTING_SERVICE_TYPE, STOP_ACCOUNTING_SERVICE_TYPE, UPDATE_ACCOUNTING_SERVICE_TYPE
 
Fields inherited from class org.openmdx.uses.net.sourceforge.jradiusclient.RadiusPacket
ACCESS_ACCEPT, ACCESS_CHALLENGE, ACCESS_REJECT, ACCESS_REQUEST, ACCOUNTING_MESSAGE, ACCOUNTING_REQUEST, ACCOUNTING_RESPONSE, ACCOUNTING_STATUS, EMPTYSTRING, MAX_PACKET_LENGTH, MIN_PACKET_LENGTH, PASSWORD_ACCEPT, PASSWORD_REJECT, PASSWORD_REQUEST, RADIUS_HEADER_LENGTH, RESERVED, STATUS_CLIENT, STATUS_SERVER
 
Constructor Summary
StopAccountingRequest(String userName, String sessionId)
          Constructs a basic StopAccountingRequest
 
Method Summary
 
Methods inherited from class org.openmdx.uses.net.sourceforge.jradiusclient.packets.AccountingRequest
validateAttribute
 
Methods inherited from class org.openmdx.uses.net.sourceforge.jradiusclient.RadiusPacket
getAttribute, getAttributeBytes, getAttributeBytes, getAttributes, getPacketIdentifier, getPacketType, getSocketIndex, setAttribute, setAttributes, setSocketIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopAccountingRequest

public StopAccountingRequest(String userName,
                             String sessionId)
                      throws InvalidParameterException
Constructs a basic StopAccountingRequest

Parameters:
userName - the users name to send with this AccountingRequest
sessionId - the identifier used to correlate accounting requests
Throws:
InvalidParameterException


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