Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java548 Value idValue = new Value(name); in getComponents() local
552 type + ".sys_id", idValue.getValue()) == in getComponents()
555 if (idValue == null) in getComponents()
557 long sys_id = idValue.getLong(); in getComponents()
558 idValue.close(); in getComponents()