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

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DExitRecord.java42 public final class ExitRecord implements Record, Serializable { class in inherits:Record,Serializable
47 BeanInfo info = Introspector.getBeanInfo(ExitRecord.class);
83 ExitRecord(int exitStatus) method in class:ExitRecord
100 * Compares the specified object with this {@code ExitRecord} for
102 * object is also an {@code ExitRecord} and both records have the
106 * an {@code ExitRecord} and both records have the same status
112 if (o instanceof ExitRecord) {
113 ExitRecord r = (ExitRecord)o;

Completed in 57 milliseconds