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

/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeInfo.java60 new String[] {"probeAttributes",
86 private final InterfaceAttributes probeAttributes; field in class:ProbeInfo
100 probeAttributes = singleProbeAttributes;
108 if (probeAttributes == null) {
109 throw new NullPointerException("probeAttributes is null");
125 return probeAttributes;
154 return (probeAttributes.equals(i.probeAttributes) &&
168 hash = (37 * hash) + probeAttributes.hashCode();
203 buf.append("[probeAttributes
[all...]

Completed in 100 milliseconds