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

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeInfo.java40 * ProbeInfo} with a {@code ProbeDescription} unless that description
52 public final class ProbeInfo implements Serializable { class in inherits:Serializable
57 BeanInfo info = Introspector.getBeanInfo(ProbeInfo.class);
91 * Creates a {@code ProbeInfo} instance from the given attributes.
97 ProbeInfo(InterfaceAttributes singleProbeAttributes, method in class:ProbeInfo
141 * Compares the specified object with this {@code ProbeInfo}
146 * a {@code ProbeInfo} and both instances have the same attributes
152 if (o instanceof ProbeInfo) {
153 ProbeInfo i = (ProbeInfo)
[all...]

Completed in 40 milliseconds