Searched defs:getName (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DResourceMonitor.java160 public String getName() throws PoolsException method in class:ResourceMonitor
234 if (sl.getName().compareTo("idle") == 0)
H A DExpression.java66 String getName() method in class:Expression
294 return ("(" + getImportance() + ", " + getName() + ", '" + op +
313 if (getName().compareTo(other.getName()) != 0 ||
330 return (getName().hashCode() + (int) op + val);
350 if (getName().compareTo(other.getName()) != 0)
461 buf.append(getName());
484 if (getName().compareTo(other.getName()) !
[all...]
H A DStatisticList.java108 public String getName() method in class:StatisticList
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPool.java175 if (name.compareTo(other.getName()) != 0)
214 String getName() method in class:Pool
H A DResource.java191 name.compareTo(other.getName()) != 0)
238 String getName() method in class:Resource
H A DValue.java259 public String getName() method in class:Value
H A DConfiguration.java634 if (name.compareTo(other.getName()) != 0)
673 String getName() method in class:Configuration
/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBA.cc146 std::string FCHBA::getName() { function in class:FCHBA
147 Trace log("FCHBA::getName");
H A DTgtFCHBA.cc78 std::string TgtFCHBA::getName() function in class:TgtFCHBA
80 Trace log("TgtFCHBA::getName");
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregation.java178 getName() method in class:Aggregation
349 buf.append(Aggregation.class.getName());
H A DProbeDescription.java344 getName() method in class:ProbeDescription
H A DOption.java596 getName() method in class:Option
676 buf.append(Option.class.getName());

Completed in 101 milliseconds