org.apache.directory.api.ldap.extras.extended
Interface GracefulShutdownResponse

All Superinterfaces:
org.apache.directory.api.ldap.model.message.ExtendedResponse, org.apache.directory.api.ldap.model.message.Message, org.apache.directory.api.ldap.model.message.Response, org.apache.directory.api.ldap.model.message.ResultResponse
All Known Implementing Classes:
GracefulShutdownResponseImpl

public interface GracefulShutdownResponse
extends org.apache.directory.api.ldap.model.message.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.api.ldap.model.message.ExtendedResponse
TYPE
 
Method Summary
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.ExtendedResponse
getResponseName, setResponseName
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.ResultResponse
getLdapResult
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
 

Field Detail

EXTENSION_OID

static final String EXTENSION_OID
The OID for the graceful shutdown extended operation response.

See Also:
Constant Field Values


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.