Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java179 int abLife = ab.getLifetime(); in getShortestLifetime() local
180 lifetime = (lifetime < abLife) ? lifetime : abLife; in getShortestLifetime()