Home
last modified time | relevance | path

Searched refs:LIFETIME_PERMANENT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceURL.java80 public static final int LIFETIME_PERMANENT = -1; field in ServiceURL
117 (iLifetime < LIFETIME_PERMANENT)) { in ServiceURL()
127 if (iLifetime == LIFETIME_PERMANENT) { in ServiceURL()
H A DServiceStoreFactory.java273 lifetime = ServiceURL.LIFETIME_PERMANENT; in deserialize()