Searched refs:iLifetime (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceURLV1.java49 ServiceURLV1(String URL, int iLifetime) throws IllegalArgumentException { argument
50 super(URL, iLifetime);
H A DServiceURL.java105 * @param iLifetime The service advertisement lifetime.
111 public ServiceURL(String URL, int iLifetime) argument
116 if ((iLifetime > LIFETIME_MAXIMUM) ||
117 (iLifetime < LIFETIME_PERMANENT)) {
127 if (iLifetime == LIFETIME_PERMANENT) {
129 iLifetime = LIFETIME_MAXIMUM;
133 lifetime = iLifetime;

Completed in 22 milliseconds