module com::sun::star::connection |
Data exchange interfaces for inter-process communication.
submodules |
services |
Acceptor | allows to accept connection attempts from another process. |
Connector | allows to establish a connection to another process. |
interfaces |
XAcceptor | allows to passively accept connection attempts from other processes. |
XConnection | A bidirectional bytestream. |
XConnection2 |
XConnection2 extends the XConnection interface
with available and readSomeBytes
|
XConnectionBroadcaster | allows to add listeners to a connection. |
XConnector | allows to actively establish an interprocess connection. |
structs |
exceptions |
AlreadyAcceptingException | Is thrown, when there is another thread already accepting on this instance. |
ConnectionSetupException | Is thrown, when it is not possible to accept on a local resource. |
NoConnectException | Is thrown in case no one is accepting on the specified resource. |
enums |
typedefs |
constant groups |
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.