Uses of Class
com.sun.jini.mercury.StreamType

Packages that use StreamType
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
 

Uses of StreamType in com.sun.jini.mercury
 

Fields in com.sun.jini.mercury declared as StreamType
(package private) static StreamType StreamType.CONTROL
          Control data stream enumeration.
(package private) static StreamType StreamType.INPUT
          Event data input stream enumeration
(package private) static StreamType StreamType.OUTPUT
          Event data output stream enumeration
private  StreamType StreamKey.type
          Holds the "enumeration" type for the associated stream.
 

Constructors in com.sun.jini.mercury with parameters of type StreamType
StreamKey(File file, StreamType type)
          Simple constructor that accepts File and StreamType arguments and then assigns them to the appropriate internal fields.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.