Searched defs:isBlocking (Results 1 - 11 of 11) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DTraditionalWorkQueue.java131 private final boolean isBlocking = true; field in class:TraditionalWorkQueue
344 submitOperation(operation, isBlocking);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/asn1/
H A DASN1InputStreamReader.java154 * @param isBlocking <code>true</code> to block if the type byte is not
165 private boolean needTypeState(boolean isBlocking, boolean throwEofException) argument
169 if(!isBlocking && in.available() <= 0)
195 * @param isBlocking <code>true</code> to block if the type byte is not
206 private boolean needFirstLengthByteState(boolean isBlocking, argument
210 if(!isBlocking && in.available() <= 0)
238 if(!isBlocking && in.available() < lengthBytesNeeded)
279 * @param isBlocking <code>true</code> to block if the type byte is not
290 private boolean needAdditionalLengthBytesState(boolean isBlocking, argument
294 if(!isBlocking
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DTraditionalWorkQueue.java130 private final boolean isBlocking = true; field in class:TraditionalWorkQueue
343 submitOperation(operation, isBlocking);
/forgerock/opendj2/src/server/org/opends/server/protocols/asn1/
H A DASN1InputStreamReader.java153 * @param isBlocking <code>true</code> to block if the type byte is not
164 private boolean needTypeState(boolean isBlocking, boolean throwEofException) argument
168 if(!isBlocking && in.available() <= 0)
194 * @param isBlocking <code>true</code> to block if the type byte is not
205 private boolean needFirstLengthByteState(boolean isBlocking, argument
209 if(!isBlocking && in.available() <= 0)
237 if(!isBlocking && in.available() < lengthBytesNeeded)
278 * @param isBlocking <code>true</code> to block if the type byte is not
289 private boolean needAdditionalLengthBytesState(boolean isBlocking, argument
293 if(!isBlocking
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DTraditionalWorkQueue.java131 private final boolean isBlocking = true; field in class:TraditionalWorkQueue
344 submitOperation(operation, isBlocking);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/asn1/
H A DASN1InputStreamReader.java154 * @param isBlocking <code>true</code> to block if the type byte is not
165 private boolean needTypeState(boolean isBlocking, boolean throwEofException) argument
169 if(!isBlocking && in.available() <= 0)
195 * @param isBlocking <code>true</code> to block if the type byte is not
206 private boolean needFirstLengthByteState(boolean isBlocking, argument
210 if(!isBlocking && in.available() <= 0)
238 if(!isBlocking && in.available() < lengthBytesNeeded)
279 * @param isBlocking <code>true</code> to block if the type byte is not
290 private boolean needAdditionalLengthBytesState(boolean isBlocking, argument
294 if(!isBlocking
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DTraditionalWorkQueue.java131 private final boolean isBlocking = true; field in class:TraditionalWorkQueue
344 submitOperation(operation, isBlocking);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1InputStreamReader.java154 * @param isBlocking <code>true</code> to block if the type byte is not
165 private boolean needTypeState(boolean isBlocking, boolean throwEofException) argument
169 if(!isBlocking && in.available() <= 0)
195 * @param isBlocking <code>true</code> to block if the type byte is not
206 private boolean needFirstLengthByteState(boolean isBlocking, argument
210 if(!isBlocking && in.available() <= 0)
238 if(!isBlocking && in.available() < lengthBytesNeeded)
279 * @param isBlocking <code>true</code> to block if the type byte is not
290 private boolean needAdditionalLengthBytesState(boolean isBlocking, argument
294 if(!isBlocking
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DTraditionalWorkQueue.java130 private final boolean isBlocking = true; field in class:TraditionalWorkQueue
343 submitOperation(operation, isBlocking);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1InputStreamReader.java153 * @param isBlocking <code>true</code> to block if the type byte is not
164 private boolean needTypeState(boolean isBlocking, boolean throwEofException) argument
168 if(!isBlocking && in.available() <= 0)
194 * @param isBlocking <code>true</code> to block if the type byte is not
205 private boolean needFirstLengthByteState(boolean isBlocking, argument
209 if(!isBlocking && in.available() <= 0)
237 if(!isBlocking && in.available() < lengthBytesNeeded)
278 * @param isBlocking <code>true</code> to block if the type byte is not
289 private boolean needAdditionalLengthBytesState(boolean isBlocking, argument
293 if(!isBlocking
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DTraditionalWorkQueue.java120 private final boolean isBlocking = true; field in class:TraditionalWorkQueue
312 submitOperation(operation, isBlocking);

Completed in 46 milliseconds