Searched defs:nextConnectionID (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java95 private static AtomicLong nextConnectionID; field in class:InternalClientConnection
111 nextConnectionID = new AtomicLong(-1);
217 connectionID = nextConnectionID.getAndDecrement();
255 connectionID = nextConnectionID.getAndDecrement();
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java83 private static AtomicLong nextConnectionID; field in class:InternalClientConnection
99 nextConnectionID = new AtomicLong(-1);
205 connectionID = nextConnectionID.getAndDecrement();
243 connectionID = nextConnectionID.getAndDecrement();
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java95 private static AtomicLong nextConnectionID; field in class:InternalClientConnection
111 nextConnectionID = new AtomicLong(-1);
217 connectionID = nextConnectionID.getAndDecrement();
255 connectionID = nextConnectionID.getAndDecrement();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java95 private static AtomicLong nextConnectionID; field in class:InternalClientConnection
111 nextConnectionID = new AtomicLong(-1);
217 connectionID = nextConnectionID.getAndDecrement();
255 connectionID = nextConnectionID.getAndDecrement();
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java83 private static AtomicLong nextConnectionID; field in class:InternalClientConnection
99 nextConnectionID = new AtomicLong(-1);
205 connectionID = nextConnectionID.getAndDecrement();
243 connectionID = nextConnectionID.getAndDecrement();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DInternalClientConnection.java80 private static AtomicLong nextConnectionID; field in class:InternalClientConnection
96 nextConnectionID = new AtomicLong(-1);
157 connectionID = nextConnectionID.getAndDecrement();
202 connectionID = nextConnectionID.getAndDecrement();

Completed in 54 milliseconds