org.apache.directory.shared.ldap.extras.extended
Interface GracefulShutdownResponse
- All Superinterfaces:
- ExtendedResponse, Message, Response, ResultResponse
- All Known Implementing Classes:
- GracefulShutdownResponseImpl
public interface GracefulShutdownResponse
- extends ExtendedResponse
The response sent back from the server when a GracefulShutdownRequestImpl
extended operation is sent. Delivery of this response may block until all
connected clients are sent a GracefulDisconnect unsolicited notification.
- Author:
- Apache Directory Project
|
Field Summary |
static String |
EXTENSION_OID
The OID for the graceful shutdown extended operation response. |
| Fields inherited from interface org.apache.directory.shared.ldap.model.message.ExtendedResponse |
TYPE |
| Methods inherited from interface org.apache.directory.shared.ldap.model.message.Message |
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId |
EXTENSION_OID
static final String EXTENSION_OID
- The OID for the graceful shutdown extended operation response.
- See Also:
- Constant Field Values
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.