Searched defs:closed (Results 1 - 25 of 64) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplInputStream.java43 // Indicates whether this input stream has been closed.
44 private boolean closed; field in class:ReplInputStream
62 closed = false;
70 closed = true;
91 if (closed)
105 closed = true;
149 if (closed) {
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplInputStream.java38 /** Indicates whether this input stream has been closed. */
39 private boolean closed; field in class:ReplInputStream
56 closed = false;
65 closed = true;
86 if (closed)
102 closed = true;
148 if (closed) {
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplInputStream.java43 // Indicates whether this input stream has been closed.
44 private boolean closed; field in class:ReplInputStream
62 closed = false;
70 closed = true;
91 if (closed)
105 closed = true;
149 if (closed) {
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplInputStream.java43 // Indicates whether this input stream has been closed.
44 private boolean closed; field in class:ReplInputStream
62 closed = false;
70 closed = true;
91 if (closed)
105 closed = true;
149 if (closed) {
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplInputStream.java38 /** Indicates whether this input stream has been closed. */
39 private boolean closed; field in class:ReplInputStream
56 closed = false;
65 closed = true;
86 if (closed)
102 closed = true;
148 if (closed) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplInputStream.java38 /** Indicates whether this input stream has been closed. */
39 private boolean closed; field in class:ReplInputStream
56 closed = false;
65 closed = true;
86 if (closed)
102 closed = true;
148 if (closed) {
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPInputStream.java61 // Indicates whether this stream has been closed.
62 private boolean closed; field in class:InternalLDAPInputStream
92 this.closed = false;
112 // If the stream is closed, then simply drop the message.
113 if (closed)
161 closed = true;
205 if (closed)
210 closed = true;
286 closed = true;
368 closed
[all...]
H A DInternalLDAPOutputStream.java69 // Indicates whether this stream has been closed.
70 private boolean closed; field in class:InternalLDAPOutputStream
203 this.closed = false;
238 closed = true;
262 * @throws IOException If the output stream is closed, or if there
286 * @throws IOException If the output stream is closed, or if there
293 if (closed)
339 * @throws IOException If the output stream is closed, or if there
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java57 // Indicates whether this input stream has been closed.
58 private boolean closed; field in class:MakeLDIFInputStream
96 closed = false;
125 closed = true;
143 if (closed)
156 closed = true;
184 if (closed)
197 closed = true;
215 while (! closed)
259 * stream has been closed
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPInputStream.java60 // Indicates whether this stream has been closed.
61 private boolean closed; field in class:InternalLDAPInputStream
91 this.closed = false;
111 // If the stream is closed, then simply drop the message.
112 if (closed)
160 closed = true;
204 if (closed)
209 closed = true;
285 closed = true;
367 closed
[all...]
H A DInternalLDAPOutputStream.java68 // Indicates whether this stream has been closed.
69 private boolean closed; field in class:InternalLDAPOutputStream
202 this.closed = false;
237 closed = true;
261 * @throws IOException If the output stream is closed, or if there
285 * @throws IOException If the output stream is closed, or if there
292 if (closed)
338 * @throws IOException If the output stream is closed, or if there
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java56 // Indicates whether this input stream has been closed.
57 private boolean closed; field in class:MakeLDIFInputStream
95 closed = false;
124 closed = true;
142 if (closed)
155 closed = true;
183 if (closed)
196 closed = true;
214 while (! closed)
258 * stream has been closed
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPInputStream.java61 // Indicates whether this stream has been closed.
62 private boolean closed; field in class:InternalLDAPInputStream
92 this.closed = false;
112 // If the stream is closed, then simply drop the message.
113 if (closed)
161 closed = true;
205 if (closed)
210 closed = true;
286 closed = true;
368 closed
[all...]
H A DInternalLDAPOutputStream.java69 // Indicates whether this stream has been closed.
70 private boolean closed; field in class:InternalLDAPOutputStream
203 this.closed = false;
238 closed = true;
262 * @throws IOException If the output stream is closed, or if there
286 * @throws IOException If the output stream is closed, or if there
293 if (closed)
339 * @throws IOException If the output stream is closed, or if there
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java57 // Indicates whether this input stream has been closed.
58 private boolean closed; field in class:MakeLDIFInputStream
96 closed = false;
125 closed = true;
143 if (closed)
156 closed = true;
184 if (closed)
197 closed = true;
215 while (! closed)
259 * stream has been closed
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPInputStream.java61 // Indicates whether this stream has been closed.
62 private boolean closed; field in class:InternalLDAPInputStream
92 this.closed = false;
112 // If the stream is closed, then simply drop the message.
113 if (closed)
161 closed = true;
205 if (closed)
210 closed = true;
286 closed = true;
368 closed
[all...]
H A DInternalLDAPOutputStream.java69 // Indicates whether this stream has been closed.
70 private boolean closed; field in class:InternalLDAPOutputStream
203 this.closed = false;
238 closed = true;
262 * @throws IOException If the output stream is closed, or if there
286 * @throws IOException If the output stream is closed, or if there
293 if (closed)
339 * @throws IOException If the output stream is closed, or if there
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java57 // Indicates whether this input stream has been closed.
58 private boolean closed; field in class:MakeLDIFInputStream
96 closed = false;
125 closed = true;
143 if (closed)
156 closed = true;
184 if (closed)
197 closed = true;
215 while (! closed)
259 * stream has been closed
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/
H A DInternalLDAPInputStream.java60 // Indicates whether this stream has been closed.
61 private boolean closed; field in class:InternalLDAPInputStream
91 this.closed = false;
111 // If the stream is closed, then simply drop the message.
112 if (closed)
160 closed = true;
204 if (closed)
209 closed = true;
285 closed = true;
367 closed
[all...]
H A DInternalLDAPOutputStream.java68 // Indicates whether this stream has been closed.
69 private boolean closed; field in class:InternalLDAPOutputStream
202 this.closed = false;
237 closed = true;
261 * @throws IOException If the output stream is closed, or if there
285 * @throws IOException If the output stream is closed, or if there
292 if (closed)
338 * @throws IOException If the output stream is closed, or if there
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java56 // Indicates whether this input stream has been closed.
57 private boolean closed; field in class:MakeLDIFInputStream
95 closed = false;
124 closed = true;
142 if (closed)
155 closed = true;
183 if (closed)
196 closed = true;
214 while (! closed)
258 * stream has been closed
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DInternalLDAPInputStream.java63 /** Indicates whether this stream has been closed. */
64 private boolean closed; field in class:InternalLDAPInputStream
94 this.closed = false;
114 // If the stream is closed, then simply drop the message.
115 if (closed)
163 closed = true;
207 if (closed)
212 closed = true;
288 closed = true;
370 closed
[all...]
H A DInternalLDAPOutputStream.java70 /** Indicates whether this stream has been closed. */
71 private boolean closed; field in class:InternalLDAPOutputStream
195 this.closed = false;
230 closed = true;
254 * @throws IOException If the output stream is closed, or if there
278 * @throws IOException If the output stream is closed, or if there
285 if (closed)
331 * @throws IOException If the output stream is closed, or if there
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java57 /** Indicates whether this input stream has been closed. */
58 private boolean closed; field in class:MakeLDIFInputStream
100 closed = false;
129 closed = true;
147 if (closed)
159 closed = true;
186 if (closed)
198 closed = true;
213 while (! closed)
255 * stream has been closed
[all...]
/forgerock/openam/openam-notifications/src/main/java/org/forgerock/openam/notifications/brokers/
H A DInMemoryNotificationBroker.java184 private volatile boolean closed; field in class:InMemoryNotificationBroker.InternalSubscription
193 Reject.rejectStateIfTrue(closed, "Subscription is closed");
201 Reject.rejectStateIfTrue(closed, "Subscription is closed");
208 Reject.rejectStateIfTrue(closed, "Subscription is closed");
216 closed = true;

Completed in 54 milliseconds

123