Home
last modified time | relevance | path

Searched refs:_otherSide (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/jurt/com/sun/star/comp/connections/
H A DPipedConnection.java94 protected PipedConnection _otherSide; field in PipedConnection
105 _otherSide = (args.length == 1) ? (PipedConnection)args[0] : null; in PipedConnection()
106 if(_otherSide != null) { in PipedConnection()
107 if(_otherSide == this) in PipedConnection()
110 _otherSide._otherSide = this; in PipedConnection()
226 _otherSide.receive(aData); in write()
235 synchronized(_otherSide) { in flush()
236 _otherSide.notify(); in flush()
249 _otherSide.close(); in close()

Completed in 10 milliseconds