|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectdk.i1.diameter.session.ACHandler.SubSession
public static class ACHandler.SubSession
A collection of data belonging to a (sub-)session.
The user of the ACHandler class is supposed to update the acct_*
fields either before calling ACHandler.handleTimeout(), ACHandler.startSubSession(long),
ACHandler.stopSubSession(long), ACHandler.stopSession() and ACHandler.sendEvent(); or whenever new
usage information is received for the user.
| Field Summary | |
|---|---|
Long |
acct_input_octets
The number of octets received from the user. |
Long |
acct_input_packets
The number of packets received from the user. |
Long |
acct_output_octets
The number of octets sent to the user. |
Long |
acct_output_packets
The number of packets sent to the user. |
Long |
acct_session_time
The accounting session-time, in milliseconds. |
long |
interim_interval
|
| Method Summary |
|---|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long interim_interval
public Long acct_session_time
public Long acct_input_octets
public Long acct_output_octets
public Long acct_input_packets
public Long acct_output_packets
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||