net.sourceforge.jradiusclient.packets
Class StopAccountingRequest

java.lang.Object
  |
  +--net.sourceforge.jradiusclient.RadiusPacket
        |
        +--net.sourceforge.jradiusclient.packets.AccountingRequest
              |
              +--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.1 $
Author:
Robert J. Loihl

Field Summary
 
Fields inherited from class 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 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(java.lang.String userName, java.lang.String sessionId)
          Constructs a basic StopAccountingRequest
 
Methods inherited from class net.sourceforge.jradiusclient.packets.AccountingRequest
validateAttribute
 
Methods inherited from class net.sourceforge.jradiusclient.RadiusPacket
getAttribute, getAttributeBytes, getAttributes, getPacketIdentifier, getPacketType, setAttribute, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopAccountingRequest

public StopAccountingRequest(java.lang.String userName,
                             java.lang.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