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

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProgramInfo.java44 public final class ProgramInfo implements Serializable { class in inherits:Serializable
49 BeanInfo info = Introspector.getBeanInfo(ProgramInfo.class);
101 ProgramInfo(InterfaceAttributes minProbeAttr, method in class:ProgramInfo
179 * a {@code ProgramInfo} instance and has all the same information
189 if (o instanceof ProgramInfo) {
190 ProgramInfo i = (ProgramInfo)o;
201 * Overridden to ensure that equal {@code ProgramInfo} instances
232 * Gets a string representation of this {@code ProgramInfo} useful
245 buf.append(ProgramInfo
[all...]

Completed in 45 milliseconds