Searched refs:LDIFConnectionHandler (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandlerTestCase.java49 * org.opends.server.protocols.LDIFConnectionHandler class.
361 LDIFConnectionHandler connHandler = null;
364 if (handler instanceof LDIFConnectionHandler)
367 connHandler = (LDIFConnectionHandler) handler;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandlerTestCase.java48 * org.opends.server.protocols.LDIFConnectionHandler class.
360 LDIFConnectionHandler connHandler = null;
363 if (handler instanceof LDIFConnectionHandler)
366 connHandler = (LDIFConnectionHandler) handler;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandlerTestCase.java49 * org.opends.server.protocols.LDIFConnectionHandler class.
361 LDIFConnectionHandler connHandler = null;
364 if (handler instanceof LDIFConnectionHandler)
367 connHandler = (LDIFConnectionHandler) handler;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandlerTestCase.java48 * org.opends.server.protocols.LDIFConnectionHandler class.
360 LDIFConnectionHandler connHandler = null;
363 if (handler instanceof LDIFConnectionHandler)
366 connHandler = (LDIFConnectionHandler) handler;
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandlerTestCase.java49 * org.opends.server.protocols.LDIFConnectionHandler class.
361 LDIFConnectionHandler connHandler = null;
364 if (handler instanceof LDIFConnectionHandler)
367 connHandler = (LDIFConnectionHandler) handler;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/
H A DLDIFConnectionHandlerTestCase.java49 * org.opends.server.protocols.LDIFConnectionHandler class.
361 LDIFConnectionHandler connHandler = null;
364 if (handler instanceof LDIFConnectionHandler)
367 connHandler = (LDIFConnectionHandler) handler;
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java83 public final class LDIFConnectionHandler class in inherits:ConnectionHandler,ConfigurationChangeListener,AlertGenerator
122 public LDIFConnectionHandler() method in class:LDIFConnectionHandler
124 super("LDIFConnectionHandler");
619 buffer.append("LDIFConnectionHandler(ldifDirectory=\"");
686 return LDIFConnectionHandler.class.getName();
/forgerock/opendj2/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java82 public final class LDIFConnectionHandler class in inherits:ConnectionHandler,ConfigurationChangeListener,AlertGenerator
121 public LDIFConnectionHandler() method in class:LDIFConnectionHandler
123 super("LDIFConnectionHandler");
618 buffer.append("LDIFConnectionHandler(ldifDirectory=\"");
685 return LDIFConnectionHandler.class.getName();
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java83 public final class LDIFConnectionHandler class in inherits:ConnectionHandler,ConfigurationChangeListener,AlertGenerator
122 public LDIFConnectionHandler() method in class:LDIFConnectionHandler
124 super("LDIFConnectionHandler");
619 buffer.append("LDIFConnectionHandler(ldifDirectory=\"");
686 return LDIFConnectionHandler.class.getName();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java83 public final class LDIFConnectionHandler class in inherits:ConnectionHandler,ConfigurationChangeListener,AlertGenerator
122 public LDIFConnectionHandler() method in class:LDIFConnectionHandler
124 super("LDIFConnectionHandler");
619 buffer.append("LDIFConnectionHandler(ldifDirectory=\"");
686 return LDIFConnectionHandler.class.getName();
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java82 public final class LDIFConnectionHandler class in inherits:ConnectionHandler,ConfigurationChangeListener,AlertGenerator
121 public LDIFConnectionHandler() method in class:LDIFConnectionHandler
123 super("LDIFConnectionHandler");
618 buffer.append("LDIFConnectionHandler(ldifDirectory=\"");
685 return LDIFConnectionHandler.class.getName();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/
H A DLDIFConnectionHandler.java76 public final class LDIFConnectionHandler class in inherits:ConnectionHandler,ConfigurationChangeListener,AlertGenerator
112 public LDIFConnectionHandler() method in class:LDIFConnectionHandler
114 super("LDIFConnectionHandler");
556 buffer.append("LDIFConnectionHandler(ldifDirectory=\"");
613 return LDIFConnectionHandler.class.getName();

Completed in 81 milliseconds