Searched refs:closed (Results 1 - 25 of 123) sorted by relevance

12345

/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 DInternalLDAPSocket.java69 // Indicates whether this socket is closed.
70 private boolean closed; field in class:InternalLDAPSocket
116 closed = false;
219 closed = true;
229 * closed. The provided address is irrelevant, as it will always be
237 closed = false;
256 closed = false;
590 * Indicates whether this socket is closed. This method will always
591 * return {@code false} to indicate that it is not closed.
593 * @return {@code false} to indicate that the socket is not closed
[all...]
/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/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 DInternalLDAPSocket.java68 // Indicates whether this socket is closed.
69 private boolean closed; field in class:InternalLDAPSocket
115 closed = false;
218 closed = true;
228 * closed. The provided address is irrelevant, as it will always be
236 closed = false;
255 closed = false;
589 * Indicates whether this socket is closed. This method will always
590 * return {@code false} to indicate that it is not closed.
592 * @return {@code false} to indicate that the socket is not closed
[all...]
/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/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 DInternalLDAPSocket.java69 // Indicates whether this socket is closed.
70 private boolean closed; field in class:InternalLDAPSocket
116 closed = false;
219 closed = true;
229 * closed. The provided address is irrelevant, as it will always be
237 closed = false;
256 closed = false;
590 * Indicates whether this socket is closed. This method will always
591 * return {@code false} to indicate that it is not closed.
593 * @return {@code false} to indicate that the socket is not closed
[all...]
/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.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 DInternalLDAPSocket.java69 // Indicates whether this socket is closed.
70 private boolean closed; field in class:InternalLDAPSocket
116 closed = false;
219 closed = true;
229 * closed. The provided address is irrelevant, as it will always be
237 closed = false;
256 closed = false;
590 * Indicates whether this socket is closed. This method will always
591 * return {@code false} to indicate that it is not closed.
593 * @return {@code false} to indicate that the socket is not closed
[all...]
/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-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 DInternalLDAPSocket.java68 // Indicates whether this socket is closed.
69 private boolean closed; field in class:InternalLDAPSocket
115 closed = false;
218 closed = true;
228 * closed. The provided address is irrelevant, as it will always be
236 closed = false;
255 closed = false;
589 * Indicates whether this socket is closed. This method will always
590 * return {@code false} to indicate that it is not closed.
592 * @return {@code false} to indicate that the socket is not closed
[all...]
/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/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 DInternalLDAPSocket.java69 /** Indicates whether this socket is closed. */
70 private boolean closed; field in class:InternalLDAPSocket
118 closed = false;
221 closed = true;
231 * closed. The provided address is irrelevant, as it will always be
239 closed = false;
258 closed = false;
592 * Indicates whether this socket is closed. This method will always
593 * return {@code false} to indicate that it is not closed.
595 * @return {@code false} to indicate that the socket is not closed
[all...]
/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-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 166 milliseconds

12345