Searched refs:iLifetime (Results 1 – 2 of 2) sorted by relevance
111 public ServiceURL(String URL, int iLifetime) in ServiceURL() argument116 if ((iLifetime > LIFETIME_MAXIMUM) || in ServiceURL()117 (iLifetime < LIFETIME_PERMANENT)) { in ServiceURL()127 if (iLifetime == LIFETIME_PERMANENT) { in ServiceURL()129 iLifetime = LIFETIME_MAXIMUM; in ServiceURL()133 lifetime = iLifetime; in ServiceURL()
49 ServiceURLV1(String URL, int iLifetime) throws IllegalArgumentException { in ServiceURLV1() argument50 super(URL, iLifetime); in ServiceURLV1()