Uses of Interface
com.sun.jini.mercury.LogStream

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

Uses of LogStream in com.sun.jini.mercury
 

Classes in com.sun.jini.mercury that implement LogStream
(package private)  class ControlLog
          Class that implements the interface for a ControlLog.
(package private)  class LogInputStream
          This class implements the interface for interacting with input log streams.
(package private)  class LogOutputStream
          This class implements the interface for interacting with output log streams.
 

Methods in com.sun.jini.mercury with parameters of type LogStream
(package private)  void StreamPool.releaseLogStream(LogStream stream)
          Marks a stream as available for closing.
(package private)  void StreamPool.removeLogStream(LogStream stream)
          Removes the given LogStream from the pool and closes it, if possible.
 



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