Oracle Corp.

Oracle WebLogic Communications Server 10.1 API Reference


com.bea.wcp.diameter.accounting
Class ACA

java.lang.Object
  extended bycom.bea.wcp.diameter.Message
      extended bycom.bea.wcp.diameter.Answer
          extended bycom.bea.wcp.diameter.accounting.ACA

public class ACA
extends Answer

Diameter Accounting-Answer (ACA) Message.

Copyright © 2008 Oracle Corp. All Rights Reserved.

Field Summary
 
Fields inherited from class com.bea.wcp.diameter.Message
FLAG_ERROR, FLAG_POTENTIALLY_RETRANSMITTED, FLAG_PROXIABLE, FLAG_REQUEST, FLAGS_MASK, HEADER_SIZE, VERSION
 
Method Summary
 int getAccountingRecordNumber()
          Returns the Accounting-Record-Number AVP value for this request.
 RecordType getAccountingRecordType()
          Returns the Accounting-Record-Type AVP value for this request.
 int getAcctInterimInterval()
          Returns the Acct-Interim-Interval AVP value for this request.
 void setAcctInterimInterval(int interval)
          Sets the Acct-Interim-Interval AVP value for this request.
 
Methods inherited from class com.bea.wcp.diameter.Answer
commit, getRequest, getResultCode, getSession, isCommitted, preValidate, preValidateAvp, send, setResultCode
 
Methods inherited from class com.bea.wcp.diameter.Message
addAvp, addAvp, addAvp, decode, decodeAvps, encode, encode, getAppId, getAvp, getAvp, getAvpList, getCode, getCode, getCommand, getConnection, getEffectiveSessionId, getEndToEndId, getHopByHopId, getLength, getOriginHost, getOriginRealm, getSessionId, getVersion, isAnswer, isError, isPotentiallyRetransmitted, isProxiable, isRequest, toLoggableString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getAccountingRecordNumber

public int getAccountingRecordNumber()
Returns the Accounting-Record-Number AVP value for this request.


getAccountingRecordType

public RecordType getAccountingRecordType()
Returns the Accounting-Record-Type AVP value for this request.


getAcctInterimInterval

public int getAcctInterimInterval()
Returns the Acct-Interim-Interval AVP value for this request.


setAcctInterimInterval

public void setAcctInterimInterval(int interval)
Sets the Acct-Interim-Interval AVP value for this request.

Parameters:
interval - the request accounting interim interval

Documentation is available at
http://e-docs.bea.com/wlcp/wlss40/
Copyright 2008 Oracle Corp.