org.openmdx.base.stream.rmi.cci
Interface CharacterSink_1_0

All Superinterfaces:
Remote, Sink_1_0
All Known Implementing Classes:
CharacterSink_1, CharacterSink_1, CharacterSink_1, CharacterSink_1Proxy, CharacterSink_1Proxy, CharacterSink_1Proxy

public interface CharacterSink_1_0
extends Sink_1_0, Remote

The CharacterSink_1_0 interface defines the transport protocol for remote streams.


Method Summary
 void writeCharacters(char[] content)
          Updates all or part of the CLOB referenced by this object.
 
Methods inherited from interface org.openmdx.base.stream.cci.Sink_1_0
close
 

Method Detail

writeCharacters

void writeCharacters(char[] content)
                     throws IOException
Updates all or part of the CLOB referenced by this object.

Parameters:
content - the content to be appended to the stream
Throws:
IOException - if an I/O error occurs.


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