net.sourceforge.jradiusclient.packets
Class DisableAccountingRequest

java.lang.Object
  |
  +--net.sourceforge.jradiusclient.RadiusPacket
        |
        +--net.sourceforge.jradiusclient.packets.AccountingRequest
              |
              +--net.sourceforge.jradiusclient.packets.DisableAccountingRequest

public class DisableAccountingRequest
extends AccountingRequest

Released under the LGPL
An AccountingRequest to perform an Disable 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
DisableAccountingRequest(java.lang.String userName, java.lang.String sessionId)
          Constructs a basic DisableAccountingRequest
 
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

DisableAccountingRequest

public DisableAccountingRequest(java.lang.String userName,
                                java.lang.String sessionId)
                         throws InvalidParameterException
Constructs a basic DisableAccountingRequest

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