Class GracefulShutdownRequestContainer
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.AbstractContainer
-
- org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestContainer
-
- All Implemented Interfaces:
Asn1Container
public class GracefulShutdownRequestContainer extends AbstractContainer
A container for the GracefulShutdown codec.- Author:
- Apache Directory Project
-
-
Constructor Summary
Constructors Constructor Description GracefulShutdownRequestContainer()Creates a new GracefulShutdownContainer object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()Clean the container for the next decoding.GracefulShutdownRequestgetGracefulShutdownRequest()voidsetGracefulShutdownRequest(GracefulShutdownRequest gracefulShutdown)Set a GracefulShutdown Object into the container.-
Methods inherited from class org.apache.directory.api.asn1.ber.AbstractContainer
getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParent
-
-
-
-
Method Detail
-
getGracefulShutdownRequest
public GracefulShutdownRequest getGracefulShutdownRequest()
- Returns:
- Returns the Graceful Shutdown object.
-
setGracefulShutdownRequest
public void setGracefulShutdownRequest(GracefulShutdownRequest gracefulShutdown)
Set a GracefulShutdown Object into the container. It will be completed by the ldapDecoder.- Parameters:
gracefulShutdown- the GracefulShutdown to set.
-
clean
public void clean()
Clean the container for the next decoding.- Overrides:
cleanin classAbstractContainer
-
-