char *rlm_product_name(products) |
Returns the product name. |
char *rlm_product_ver(products) |
Returns the product version. |
char *rlm_product_exp(products) |
Returns the expiration date. If this product represents a pool
in a license server, the expiration date will be the earliest
expiration of any of the licenses which were combined to create the pool. |
int rlm_product_exp_days(products) |
Returns the number of days until expiration. Note that “0” indicates
a permanent license; a license which expires today has a value of 1. If
this product represents a pool in a license server, the expiration date
will be the earliest expiration of any of the licenses which were
combined to create the pool. |
char *rlm_product_akey(products) |
Returns the akey= attribute. |
int rlm_product_client_cache() |
Returns the value of the client_cache parameter. |
char *rlm_product_customer(products) |
Returns the customer attribute. |
char *rlm_product_contract(products) |
Returns the contract attribute. |
int rlm_product_count(products) |
Returns the license count. |
int rlm_product_current_inuse(products) |
Returns the license count in use. |
int rlm_product_current_resuse(products) |
Returns the # of reservations in use. |
int rlm_product_hbased(products) |
Returns the HOST-BASED count. |
int rlm_product_hold(products) |
Returns the license hold time. |
char *rlm_product_hostid(products) |
Returns the license nodelock hostid, if it exists. |
int rlm_product_isalias(products) |
Returns non-zero for an alias license, 0 otherwise. |
int rlm_product_isfloating(products) |
Returns non-zero for a floating license, 0 otherwise. |
int rlm_product_ismetered(products) |
Returns non-zero for a metered license, 0 otherwise. |
int rlm_product_isnodelocked(products) |
Returns non-zero for a nodelocked license. |
int rlm_product_issingle(products) |
Returns non-zero for a single license, 0 otherwise. |
char *rlm_product_issuer(products) |
Returns the issuer attribute. |
int rlm_product_max_roam(products) |
Returns the maximum roam time. |
int rlm_product_max_roam_count(products) |
Returns the max # of these licenses which can be roamed. |
int rlm_product_max_share(products) |
Returns the max number of processes that can share this license. |
int rlm_product_meter_counter(products) |
Returns the meter counter for this product (0 if not metered). |
int rlm_product_meter_cur_count(products) |
Returns the meter count for this product (0 if not metered). |
int rlm_product_min_remove(products) |
Returns the minimum rlmremove time. |
int rlm_product_min_checkout(products) |
Returns the license minimum checkout time. |
int rlm_product_min_timeout(products) |
Returns the minimum timeout time. |
int rlm_product_named_user_count(products) |
Returns the named user count. |
int rlm_product_nres(products) |
Returns the # of license reservations. |
int rlm_product_num_roam_allowed(products) |
Returns the # of roaming licenses allowed. |
char *rlm_product_options(products) |
Returns the product options. |
int rlm_product_personal(products) |
Returns the personal license reservation count. |
int rlm_product_roaming(products) |
Returns the # of licenses currently roaming (for roaming licenses). |
char *rlm_product_server(products) |
Returns the license server’s hostname (from the server’s license file). |
char *rlm_product_start(products) |
Returns the product’s start date, if present. |
int rlm_product_share(products) |
Returns the license share flags.
(Share flags (RLM_LA_SHARE_xxx) are defined in license.h) |
int rlm_product_soft_limit(products) |
Returns the license soft limit. |
int rlm_product_thisroam(products) |
Returns 1 if this license is a roaming license. |
int rlm_product_timeout(products) |
Returns the current license timeout. |
int rlm_product_tz(products) |
Returns the license timezone specification. |
int rlm_product_tokens(products) |
If 0, this is a normal license. If non-zero, this is a token-based license. |
int rlm_product_type(products) |
Returns the license type (TYPE= parameter).
(License type flags (RLM_LA__xxx_TYPE) are defined in license.h) |
int rlm_product_ubased(products) |
Returns the USER_BASED count. |