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

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

Uses of StreamKey in com.sun.jini.mercury
 

Fields in com.sun.jini.mercury declared as StreamKey
private  StreamKey ControlLog.key
          Key associated with this stream.
private  StreamKey LogInputStream.key
          Associated key for this stream object
private  StreamKey LogOutputStream.key
          Associated key for this stream object
 

Constructors in com.sun.jini.mercury with parameters of type StreamKey
ControlLog(File file, StreamKey key)
          Constructor that takes a File and StreamKey argument.
LogInputStream(File file, StreamKey key)
          Simple constructor that accepts a File and StreamKey arguments.
LogOutputStream(File file, StreamKey key, boolean append)
          Simple constructor that accepts a File, StreamKey and boolean arguments.
 



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