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

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

Uses of LogOutputStream in com.sun.jini.mercury
 

Fields in com.sun.jini.mercury declared as LogOutputStream
private  LogOutputStream EventWriter.SwitchOutputStream.out
          The delegation target for the OutputStream methods
 

Methods in com.sun.jini.mercury that return LogOutputStream
(package private)  LogOutputStream StreamPool.getLogOutputStream(File file, long offset)
          Returns a LogOutputStream object for the specified file from the pool if it already exists.
 

Methods in com.sun.jini.mercury with parameters of type LogOutputStream
 void EventWriter.SwitchOutputStream.setOutputStream(LogOutputStream out)
          Sets the delegation target
 void EventWriter.write(RemoteEvent ev, LogOutputStream out)
          Writes the given RemoteEvent to the provided LogOutputStream.
 

Constructors in com.sun.jini.mercury with parameters of type LogOutputStream
EventWriter.SwitchOutputStream(LogOutputStream out)
          Simple constructor that assigns the given argument to the appropriate internal field.
 



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