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

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbe.java45 public final class Probe implements Serializable { class in inherits:Serializable
50 BeanInfo info = Introspector.getBeanInfo(Probe.class);
83 * Creates a {@code Probe} instance with the given identifying
95 Probe(ProbeDescription probeDescription, ProbeInfo probeInfo) method in class:Probe
138 * Compares the specified object with this {@code Probe} instance
143 * a {@code Probe} and both instances return equal values from
150 if (o instanceof Probe) {
151 Probe p = (Probe)o;
184 * Returns a string representation of this {@code Probe} usefu
[all...]

Completed in 72 milliseconds