|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.mercury.StreamType
class StreamType
Class that serves the purpose of an enumeration type. It's used in conjunction with StreamKey in order to distinguish among different LogStream objects that can potentially act upon the same underlying log file.
Field Summary | |
---|---|
(package private) static StreamType |
CONTROL
Control data stream enumeration. |
(package private) static StreamType |
INPUT
Event data input stream enumeration |
(package private) static StreamType |
OUTPUT
Event data output stream enumeration |
Constructor Summary | |
---|---|
private |
StreamType()
Simple constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final StreamType OUTPUT
static final StreamType INPUT
static final StreamType CONTROL
Constructor Detail |
---|
private StreamType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |