public class StoredProcedureContainer extends AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private StoredProcedureRequestDecorator |
storedProcedure
StoredProcedure
|
| Constructor and Description |
|---|
StoredProcedureContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Clean the container for the next usage.
|
StoredProcedureRequestDecorator |
getStoredProcedure() |
void |
setStoredProcedure(StoredProcedureRequestDecorator storedProcedure)
Set a StoredProcedure object into the container.
|
getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentprivate StoredProcedureRequestDecorator storedProcedure
public StoredProcedureRequestDecorator getStoredProcedure()
public void setStoredProcedure(StoredProcedureRequestDecorator storedProcedure)
ldapMessage - The ldapMessage to set.public void clean()
AbstractContainerclean in class AbstractContainer