|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.asn1.ber.AbstractContainer
org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownContainer
A container for the GracefulShutdown codec.
Field Summary |
Fields inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer |
currentGrammar, grammarEndAllowed, grammarPopAllowed, grammars, grammarStack, nbGrammars, parentTLV, popAllowedStack, state, states, stateStack, tlv, transition |
Constructor Summary | |
GracefulShutdownContainer()
Creates a new GracefulShutdownContainer object. |
Method Summary | |
void |
clean()
Clean the container for the next decoding. |
GracefulShutdown |
getGracefulShutdown()
|
void |
setGracefulShutdown(GracefulShutdown gracefulShutdown)
Set a GracefulShutdown Object into the container. |
Methods inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer |
addGrammar, getCurrentGrammar, getCurrentGrammarType, getCurrentTLV, getGrammar, getParentTLV, getState, getStates, getTransition, grammarEndAllowed, grammarPopAllowed, isGrammarEndAllowed, isGrammarPopAllowed, restoreGrammar, setCurrentTLV, setInitGrammar, setParentTLV, setState, setTransition, switchGrammar |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.directory.shared.asn1.ber.IAsn1Container |
addGrammar, getCurrentGrammar, getCurrentGrammarType, getCurrentTLV, getGrammar, getParentTLV, getState, getStates, getTransition, grammarEndAllowed, grammarPopAllowed, isGrammarEndAllowed, isGrammarPopAllowed, restoreGrammar, setCurrentTLV, setInitGrammar, setParentTLV, setState, setTransition, switchGrammar |
Constructor Detail |
public GracefulShutdownContainer()
Method Detail |
public GracefulShutdown getGracefulShutdown()
public void setGracefulShutdown(GracefulShutdown gracefulShutdown)
public void clean()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |