Interface RfClientSessionActivity


  • public interface RfClientSessionActivity

    An RfClientSessionActivity represents an offline charging session for accounting clients.

    All requests for the session must be sent via the same RfClientSessionActivity.

    All responses related to the session will be received as events fired on the same RfClientSessionActivity.

    Author:
    OpenCloud
    • Method Detail

      • getSessionId

        String getSessionId()
        Returns the session ID of this 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.