public class GracefulShutdownRequestDecorator
extends org.apache.directory.api.ldap.codec.api.ExtendedRequestDecorator<org.apache.directory.api.ldap.extras.extended.GracefulShutdownRequest,org.apache.directory.api.ldap.extras.extended.GracefulShutdownResponse>
implements org.apache.directory.api.ldap.extras.extended.GracefulShutdownRequest
requestValue| Constructor and Description |
|---|
GracefulShutdownRequestDecorator(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.extended.GracefulShutdownRequest decoratedMessage)
Creates a new instance of GracefulShutdownRequestDecorator.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDelay() |
byte[] |
getRequestValue() |
int |
getTimeOffline() |
void |
setDelay(int delay) |
void |
setRequestValue(byte[] requestValue) |
void |
setTimeOffline(int timeOffline) |
addAllControls, addControl, computeLength, encode, getExtendedRequestLength, getRequestName, getRequestNameBytes, removeControl, setExtendedRequestLength, setMessageId, setRequestName, setRequestNameBytesabandon, addAbandonListener, getResponseType, isAbandonedgetResultResponse, hasResponseget, getCodecService, getControl, getControls, getControlsLength, getCurrentControl, getDecorated, getDecorator, getMessageId, getMessageLength, getType, hasControl, put, setControlsLength, setMessageLength, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAllControls, addControl, getRequestName, removeControl, setMessageId, setRequestNamegetResponseTypepublic GracefulShutdownRequestDecorator(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.extended.GracefulShutdownRequest decoratedMessage)
codec - decoratedMessage - public void setRequestValue(byte[] requestValue)
setRequestValue in class org.apache.directory.api.ldap.codec.api.ExtendedRequestDecorator<org.apache.directory.api.ldap.extras.extended.GracefulShutdownRequest,org.apache.directory.api.ldap.extras.extended.GracefulShutdownResponse>public byte[] getRequestValue()
getRequestValue in class org.apache.directory.api.ldap.codec.api.ExtendedRequestDecorator<org.apache.directory.api.ldap.extras.extended.GracefulShutdownRequest,org.apache.directory.api.ldap.extras.extended.GracefulShutdownResponse>public int getDelay()
getDelay in interface org.apache.directory.api.ldap.extras.extended.GracefulShutdownRequestpublic void setDelay(int delay)
setDelay in interface org.apache.directory.api.ldap.extras.extended.GracefulShutdownRequestpublic int getTimeOffline()
getTimeOffline in interface org.apache.directory.api.ldap.extras.extended.GracefulShutdownRequestpublic void setTimeOffline(int timeOffline)
setTimeOffline in interface org.apache.directory.api.ldap.extras.extended.GracefulShutdownRequestCopyright © 2003-2014 The Apache Software Foundation. All Rights Reserved.