Searched defs:disconnect (Results 26 - 50 of 63) sorted by relevance

123

/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java88 * Indicate that the disconnect process is started.
120 disconnect(DisconnectReason.ADMIN_LIMIT_EXCEEDED, true,
164 disconnect(DisconnectReason.CLIENT_DISCONNECT, false, null);
947 * @param disconnectReason The disconnect reason that provides the generic
948 * cause for the disconnect.
956 public void disconnect(DisconnectReason disconnectReason, method in class:JmxClientConnection
960 // we are already performing a disconnect
1166 disconnect(DisconnectReason.OTHER, false, null);
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DClientConnection.java644 * when attempting to disconnect a client connection as a part of
652 * @param disconnectReason The disconnect reason that provides the
653 * generic cause for the disconnect.
661 public abstract void disconnect(DisconnectReason disconnectReason, method in class:ClientConnection
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DClientConnection.java644 * when attempting to disconnect a client connection as a part of
652 * @param disconnectReason The disconnect reason that provides the
653 * generic cause for the disconnect.
661 public abstract void disconnect(DisconnectReason disconnectReason, method in class:ClientConnection
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java149 * to prevent accepting new requests while a disconnect is in progress.
540 public void disconnect(DisconnectReason disconnectReason, method in class:HTTPClientConnection
548 // If we are already in the middle of a disconnect, then don't
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java2592 * @param disconnectReason The disconnect reason that provides the
2593 * generic cause for the disconnect.
2607 public void disconnect(DisconnectReason disconnectReason, method in class:InternalClientConnection
2612 // disconnect. Further, since there is no real disconnect, we can
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java89 * Indicate that the disconnect process is started.
121 disconnect(DisconnectReason.ADMIN_LIMIT_EXCEEDED, true,
165 disconnect(DisconnectReason.CLIENT_DISCONNECT, false, null);
948 * @param disconnectReason The disconnect reason that provides the generic
949 * cause for the disconnect.
957 public void disconnect(DisconnectReason disconnectReason, method in class:JmxClientConnection
961 // we are already performing a disconnect
1167 disconnect(DisconnectReason.OTHER, false, null);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java149 * to prevent accepting new requests while a disconnect is in progress.
540 public void disconnect(DisconnectReason disconnectReason, method in class:HTTPClientConnection
548 // If we are already in the middle of a disconnect, then don't
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java2592 * @param disconnectReason The disconnect reason that provides the
2593 * generic cause for the disconnect.
2607 public void disconnect(DisconnectReason disconnectReason, method in class:InternalClientConnection
2612 // disconnect. Further, since there is no real disconnect, we can
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java89 * Indicate that the disconnect process is started.
121 disconnect(DisconnectReason.ADMIN_LIMIT_EXCEEDED, true,
169 disconnect(DisconnectReason.CLIENT_DISCONNECT, false, null);
952 * @param disconnectReason The disconnect reason that provides the generic
953 * cause for the disconnect.
961 public void disconnect(DisconnectReason disconnectReason, method in class:JmxClientConnection
965 // we are already performing a disconnect
1172 disconnect(DisconnectReason.OTHER, false, null);
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DClientConnection.java643 * when attempting to disconnect a client connection as a part of
651 * @param disconnectReason The disconnect reason that provides the
652 * generic cause for the disconnect.
660 public abstract void disconnect(DisconnectReason disconnectReason, method in class:ClientConnection
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java148 * to prevent accepting new requests while a disconnect is in progress.
539 public void disconnect(DisconnectReason disconnectReason, method in class:HTTPClientConnection
547 // If we are already in the middle of a disconnect, then don't
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java2580 * @param disconnectReason The disconnect reason that provides the
2581 * generic cause for the disconnect.
2595 public void disconnect(DisconnectReason disconnectReason, method in class:InternalClientConnection
2600 // disconnect. Further, since there is no real disconnect, we can
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java88 * Indicate that the disconnect process is started.
120 disconnect(DisconnectReason.ADMIN_LIMIT_EXCEEDED, true,
164 disconnect(DisconnectReason.CLIENT_DISCONNECT, false, null);
947 * @param disconnectReason The disconnect reason that provides the generic
948 * cause for the disconnect.
956 public void disconnect(DisconnectReason disconnectReason, method in class:JmxClientConnection
960 // we are already performing a disconnect
1166 disconnect(DisconnectReason.OTHER, false, null);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DClientConnection.java644 * when attempting to disconnect a client connection as a part of
652 * @param disconnectReason The disconnect reason that provides the
653 * generic cause for the disconnect.
661 public abstract void disconnect(DisconnectReason disconnectReason, method in class:ClientConnection
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DClientConnection.java558 * when attempting to disconnect a client connection as a part of
566 * @param disconnectReason The disconnect reason that provides the
567 * generic cause for the disconnect.
575 public abstract void disconnect(DisconnectReason disconnectReason, method in class:ClientConnection
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPClientConnection.java160 * to prevent accepting new requests while a disconnect is in progress.
542 public void disconnect(DisconnectReason disconnectReason, boolean sendNotification, LocalizableMessage message) method in class:HTTPClientConnection
549 // If we are already in the middle of a disconnect, then don't do anything.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DInternalClientConnection.java2088 * @param disconnectReason The disconnect reason that provides the
2089 * generic cause for the disconnect.
2103 public void disconnect(DisconnectReason disconnectReason, method in class:InternalClientConnection
2108 // disconnect. Further, since there is no real disconnect, we can
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java377 * to prevent accepting new requests while a disconnect is in progress.
1010 disconnect(DisconnectReason.SERVER_ERROR, false, null);
1031 * The disconnect reason that provides the generic cause for
1032 * the disconnect.
1037 * The message to include in the disconnect notification
1042 public void disconnect(DisconnectReason disconnectReason, method in class:LDAPClientConnection
1050 // If we are already in the middle of a disconnect, then don't
1166 // Log a disconnect message.
1610 disconnect(DisconnectReason.CLIENT_DISCONNECT, false, null);
1628 disconnect(DisconnectReaso
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java376 * to prevent accepting new requests while a disconnect is in progress.
1016 disconnect(DisconnectReason.SERVER_ERROR, false, null);
1037 * The disconnect reason that provides the generic cause for
1038 * the disconnect.
1043 * The message to include in the disconnect notification
1048 public void disconnect(DisconnectReason disconnectReason, method in class:LDAPClientConnection
1056 // If we are already in the middle of a disconnect, then don't
1172 // Log a disconnect message.
1616 disconnect(DisconnectReason.CLIENT_DISCONNECT, false, null);
1634 disconnect(DisconnectReaso
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java377 * to prevent accepting new requests while a disconnect is in progress.
1010 disconnect(DisconnectReason.SERVER_ERROR, false, null);
1031 * The disconnect reason that provides the generic cause for
1032 * the disconnect.
1037 * The message to include in the disconnect notification
1042 public void disconnect(DisconnectReason disconnectReason, method in class:LDAPClientConnection
1050 // If we are already in the middle of a disconnect, then don't
1166 // Log a disconnect message.
1610 disconnect(DisconnectReason.CLIENT_DISCONNECT, false, null);
1628 disconnect(DisconnectReaso
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java377 * to prevent accepting new requests while a disconnect is in progress.
1010 disconnect(DisconnectReason.SERVER_ERROR, false, null);
1031 * The disconnect reason that provides the generic cause for
1032 * the disconnect.
1037 * The message to include in the disconnect notification
1042 public void disconnect(DisconnectReason disconnectReason, method in class:LDAPClientConnection
1050 // If we are already in the middle of a disconnect, then don't
1166 // Log a disconnect message.
1610 disconnect(DisconnectReason.CLIENT_DISCONNECT, false, null);
1628 disconnect(DisconnectReaso
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java376 * to prevent accepting new requests while a disconnect is in progress.
1016 disconnect(DisconnectReason.SERVER_ERROR, false, null);
1037 * The disconnect reason that provides the generic cause for
1038 * the disconnect.
1043 * The message to include in the disconnect notification
1048 public void disconnect(DisconnectReason disconnectReason, method in class:LDAPClientConnection
1056 // If we are already in the middle of a disconnect, then don't
1172 // Log a disconnect message.
1616 disconnect(DisconnectReason.CLIENT_DISCONNECT, false, null);
1634 disconnect(DisconnectReaso
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java372 * to prevent accepting new requests while a disconnect is in progress.
991 disconnect(DisconnectReason.IO_ERROR, false,
998 disconnect(DisconnectReason.SERVER_ERROR, false,
1020 * The disconnect reason that provides the generic cause for
1021 * the disconnect.
1026 * The message to include in the disconnect notification
1031 public void disconnect(DisconnectReason disconnectReason, method in class:LDAPClientConnection
1039 // If we are already in the middle of a disconnect, then don't
1150 // Log a disconnect message.
1560 disconnect(DisconnectReaso
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...

Completed in 111 milliseconds

123