org.openmdx.base.stream.rmi.spi
Interface StreamSynchronization_1_0.SinkEntry

Enclosing interface:
StreamSynchronization_1_0

public static interface StreamSynchronization_1_0.SinkEntry

Sink Entry


Method Summary
 OutputStream getBinaryStream()
          To retrieve a binary sink's OutputStream.
 Writer getCharacterStream()
          To retrieve a character sink's Writer.
 void setTransactionalSink(Sink_1_0 transactionalSink)
          Set transactional sink.
 

Method Detail

getBinaryStream

OutputStream getBinaryStream()
                             throws IOException
To retrieve a binary sink's OutputStream.

Returns:
the entry's binary stream
Throws:
IOException

getCharacterStream

Writer getCharacterStream()
                          throws IOException
To retrieve a character sink's Writer.

Returns:
the entry's character stream
Throws:
IOException

setTransactionalSink

void setTransactionalSink(Sink_1_0 transactionalSink)
Set transactional sink.

Parameters:
transactionalSink - The transactionalSink to set.


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.