|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |