|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StreamSynchronization_1_1
Stream Synchronization Interface
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.openmdx.base.stream.rmi.spi.StreamSynchronization_1_0 |
|---|
StreamSynchronization_1_0.SinkEntry, StreamSynchronization_1_0.SourceEntry |
| Method Summary | |
|---|---|
StreamSynchronization_1_0.SourceEntry |
add(InputStream nonTransactionalSource)
Create a source entry |
StreamSynchronization_1_0.SinkEntry |
add(OutputStream nonTransactionalSink)
Create a sink entry |
StreamSynchronization_1_0.SourceEntry |
add(Reader nonTransactionalSource)
Create a source entry |
StreamSynchronization_1_0.SinkEntry |
add(Writer nonTransactionalSink)
Create a sink entry |
| Methods inherited from interface org.openmdx.base.stream.rmi.spi.StreamSynchronization_1_0 |
|---|
add, add |
| Methods inherited from interface org.openmdx.base.transaction.Synchronization_1_0 |
|---|
afterBegin, afterCompletion, beforeCompletion |
| Method Detail |
|---|
StreamSynchronization_1_0.SourceEntry add(InputStream nonTransactionalSource)
throws IOException
The source will be copied to the cache before the unit of work starts.
nonTransactionalSource -
IOException
StreamSynchronization_1_0.SourceEntry add(Reader nonTransactionalSource)
throws IOException
The source will be copied to the cache before the unit of work starts.
nonTransactionalSource -
IOException
StreamSynchronization_1_0.SinkEntry add(OutputStream nonTransactionalSink)
throws IOException
The sink will be flushed after the unit of work's commitment.
nonTransactionalSink -
IOException
StreamSynchronization_1_0.SinkEntry add(Writer nonTransactionalSink)
throws IOException
The sink will be flushed after the unit of work's commitment.
nonTransactionalSink -
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||