|
Core API 4.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.juniper.smgt.sae.portal.Usage
Usage objects contain statistics that describe the network traffic between a user and a network resource that is controlled by an SSP service.
Subscription.getUsage()| Method Summary | |
long |
getBytesFromUser()
The number of bytes sent across the network from the user to the service (i.e. |
long |
getBytesToUser()
The number of bytes sent across the network from the service (i.e. |
Date |
getCollectionTime()
The time and date at which these usage statistics were collected from the network. |
long |
getPacketsFromUser()
The number of IP packets sent across the network from the user to the service (i.e. |
long |
getPacketsToUser()
The number of IP packets sent across the network from the service (i.e. |
String |
toString()
For debugging only. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public Date getCollectionTime()
public long getBytesFromUser()
public long getBytesToUser()
public long getPacketsFromUser()
public long getPacketsToUser()
public String toString()
toString in class Object
|
Core API 4.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||