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

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java101 private static InternalClientConnection rootConnection; field in class:InternalClientConnection
330 if (rootConnection == null)
332 rootConnection = new InternalClientConnection();
335 return rootConnection;
2818 rootConnection = null;
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java89 private static InternalClientConnection rootConnection; field in class:InternalClientConnection
318 if (rootConnection == null)
320 rootConnection = new InternalClientConnection();
323 return rootConnection;
2806 rootConnection = null;
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java101 private static InternalClientConnection rootConnection; field in class:InternalClientConnection
330 if (rootConnection == null)
332 rootConnection = new InternalClientConnection();
335 return rootConnection;
2818 rootConnection = null;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java101 private static InternalClientConnection rootConnection; field in class:InternalClientConnection
330 if (rootConnection == null)
332 rootConnection = new InternalClientConnection();
335 return rootConnection;
2818 rootConnection = null;
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java89 private static InternalClientConnection rootConnection; field in class:InternalClientConnection
318 if (rootConnection == null)
320 rootConnection = new InternalClientConnection();
323 return rootConnection;
2806 rootConnection = null;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DInternalClientConnection.java86 private static InternalClientConnection rootConnection; field in class:InternalClientConnection
275 if (rootConnection == null)
277 rootConnection = new InternalClientConnection();
280 return rootConnection;
2314 rootConnection = null;

Completed in 269 milliseconds