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

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DFlow.java56 public final class Flow implements Serializable { class in inherits:Serializable
74 BeanInfo info = Introspector.getBeanInfo(Flow.class);
97 Flow flow = (Flow)oldInstance;
116 * Creates a {@code Flow} instance with the given flow kind and
122 * @throws IllegalArgumentException if there is no {@code Flow.Kind}
125 * @throws NullPointerException if the given {@code Flow.Kind} name
129 Flow(String flowKindName, int flowDepth) method in class:Flow
167 * Compares the specified object with this {@code Flow} instance for
172 * type {@code Flow} an
[all...]

Completed in 44 milliseconds