Interface AccountingSessionActivity

    • Method Detail

      • getMessageFactory

        DiameterMessageFactory getMessageFactory()
        Get a DiameterMessageFactory to create messages and AVPs.
      • getSessionState

        AccountingSessionState getSessionState()
        Returns the state of this accounting session, which will affect what types of messages may be sent.
      • getSessionId

        String getSessionId()
        Returns the session ID of the accounting session, which uniquely identifies the session.
      • getLastSendTime

        long getLastSendTime()
        Returns the timestamp for the last message sent on this activity, or 0 if no timestamp is available.
      • getLastReceiveTime

        long getLastReceiveTime()
        Returns the timestamp for the last message received on this activity, or 0 if no timestamp is available.