Overview Index |
SDX 7.17 Enterprise JSP Tags Juniper Networks, Inc. |
|
PREVIOUS TAG NEXT TAG SUMMARY: ATTRIBUTES | SCRIPTING VARIABLES DETAILS: ATTRIBUTES | SCRIPTING VARIABLES |
<jnpr:sess>
Type of tag:
Data Tag
Information model class:
net.juniper.smgt.ent.im.Session
This tag specifies a session for a leaf subscriber. A leaf subscriber contains no other subscribers.
Attribute Summary | |
String |
accessName
Acquired
This attribute specifies the access subscriber's name. |
String |
enterpriseName
Acquired
This attribute specifies the enterprise subscriber's name. |
String |
path
Acquired
This attribute specifies the subscriber. |
String |
retailerName
Acquired
This attribute specifies the retailer's name. |
String |
siteName
Optional Acquired
This attribute specifies the site's name. |
String |
subscriptionName
Acquired
This attribute specifies a subscription under a subscriber. |
Scripting Variable Summary | |
String |
sess_accessName
This scripting variable provides the access subscriber's name. |
String |
sess_bytesFromUser
This scripting variable specifies the number of bytes sent from the enterprise to the network in this session. |
String |
sess_bytesToUser
This scripting variable specifies the number of bytes sent from the network to the enterprise in this session. |
String |
sess_collectionTime
This scripting variable specifies the number of milliseconds after January 1, 1970, that the usage data was collected from the network. |
String |
sess_durationActive
This scripting variable specifies the number of milliseconds that the session has been active. |
String |
sess_durationActiveAtCollectionTime
This scripting variable specifies the time in milliseconds that the session has been active since the usage data (data transferred between the subscriber and the network) was last retrieved. |
String |
sess_enterpriseName
This scripting variable provides the enterprise subscriber's name. |
String |
sess_errorClass
This scripting variable specifies the name of the class for the first exception that a method generates if it fails to execute the session enterprise data tag. |
String |
sess_errorMessage
This scripting variable specifies the error message for the first exception that a method generates if it fails to execute the session enterprise data tag. |
Boolean |
sess_exists
This scripting variable indicates whether the specified session exists and, if so, indicates whether it is active. |
Boolean |
sess_operationallyActive
This scripting variable indicates whether the specified session is active. |
String |
sess_packetsFromUser
This scripting variable specifies the number of packets sent from the enterprise to the network in this session. |
String |
sess_packetsToUser
This scripting variable specifies the number of packets sent from the network to the enterprise in this session. |
String |
sess_path
This scripting variable provides the hierarchy. |
String |
sess_reloadTime
This scripting variable specifies when the SAE last reloaded the session; the value is the string representation of the Long integer that the method getReloadTime() returns. |
String |
sess_retailerName
This scripting variable provides the retailer's name. |
String |
sess_siteName
This scripting variable provides the site's name. |
String |
sess_subscriptionName
This scripting variable provides the subscription for the subscriber. |
Attribute Details |
Acquired |
Type: String |
This attribute specifies the access subscriber's name. |
Acquired |
Type: String |
This attribute specifies the enterprise subscriber's name. |
Acquired |
Type: String |
This attribute specifies the subscriber. The path attribute includes all the steps in the hierarchy from the retailer to the subscriber. For example: { { { { access. } {{ folder/ } } site. } { {folder/ } } enterprise. } { { { folder/ } } retailer } } |
Acquired |
Type: String |
This attribute specifies the retailer's name. |
Optional |
Acquired |
Type: String |
This attribute specifies the site's name. |
Acquired |
Type: String |
This attribute specifies a subscription under a subscriber. |
Scripting Variable Details |
Type: String |
This scripting variable provides the access subscriber's name. The scripting variable _path supersedes the _accessName scripting variable. |
Type: String |
This scripting variable specifies the number of bytes sent from the enterprise to the network in this session. |
Type: String |
This scripting variable specifies the number of bytes sent from the network to the enterprise in this session. |
Type: String |
This scripting variable specifies the number of milliseconds after January 1, 1970, that the usage data was collected from the network. |
Type: String |
This scripting variable specifies the number of milliseconds that the session has been active. |
sess_durationActiveAtCollectionTime
Type: String |
This scripting variable specifies the time in milliseconds that the session has been active since the usage data (data transferred between the subscriber and the network) was last retrieved. The value is the string representation of the long integer that the method GetDurationActiveAtCollectionTime() returns. |
Type: String |
This scripting variable provides the enterprise subscriber's name. The scripting variable _path supersedes the _enterpriseName scripting variable. |
Type: String |
This scripting variable specifies the name of the class for the first exception that a method generates if it fails to execute the session enterprise data tag. The class name is a string and does not include the package name. |
Type: String |
This scripting variable specifies the error message for the first exception that a method generates if it fails to execute the session enterprise data tag. The error message is a string. |
Type: Boolean |
This scripting variable indicates whether the specified session exists and, if so, indicates whether it is active. |
Type: Boolean |
This scripting variable indicates whether the specified session is active.
If the operational state of the session is not available (for example, the SAE managing the session could not be contacted) then the sess_operationallyActive scripting variable will be null. Obtaining the operationally active status usually requires contacting a remote SAE and may be quite slow the first time it is performed. The status is then cached and will not be updated until either the reloadSess tag or the reloadMgrSess tag is used. |
Type: String |
This scripting variable specifies the number of packets sent from the enterprise to the network in this session. |
Type: String |
This scripting variable specifies the number of packets sent from the network to the enterprise in this session. |
Type: String |
This scripting variable provides the hierarchy. The scripting variable _path supersedes the scripting variables with the suffixes _retailerName, _enterpriseName, _siteName, and _accessName. These scripting variables are still compatible with the current SDX software. If a tag uses the scripting variable _path and any of these other scripting variables, all the scripting variables should be marked as optional (*). |
Type: String |
This scripting variable specifies when the SAE last reloaded the session; the value is the string representation of the Long integer that the method getReloadTime() returns. The time is the number of milliseconds since the standard base time, January 1, 1970, 00:00:00 GMT. |
Type: String |
This scripting variable provides the retailer's name. The scripting variable _path supersedes the _retailerName scripting variable. |
Type: String |
This scripting variable provides the site's name. The scripting variable _path supersedes the _siteName scripting variable. |
Type: String |
This scripting variable provides the subscription for the subscriber. |
Overview Index |
SDX 7.17 Enterprise JSP Tags Juniper Networks, Inc. |
|
PREVIOUS TAG NEXT TAG SUMMARY: ATTRIBUTES | SCRIPTING VARIABLES DETAILS: ATTRIBUTES | SCRIPTING VARIABLES |
Copyright 2000-2017 Juniper Networks, Inc. All rights reserved.