Class StoredProcedureRequestContainer
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.AbstractContainer
-
- org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestContainer
-
- All Implemented Interfaces:
Asn1Container
public class StoredProcedureRequestContainer extends AbstractContainer
A container for the StoredProcedure codec- Author:
- Apache Directory Project
-
-
Constructor Summary
Constructors Constructor Description StoredProcedureRequestContainer()Creates a new StoredProcedureContainer instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()Clean the container for the next usage.StoredProcedureParametergetCurrentParameter()StoredProcedureRequestgetStoredProcedure()voidsetCurrentParameter(StoredProcedureParameter currentParameter)Sets the current parametervoidsetStoredProcedureRequest(StoredProcedureRequest storedProcedureRequest)Set a StoredProcedure 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
-
getStoredProcedure
public StoredProcedureRequest getStoredProcedure()
- Returns:
- Returns the ldapMessage.
-
setStoredProcedureRequest
public void setStoredProcedureRequest(StoredProcedureRequest storedProcedureRequest)
Set a StoredProcedure object into the container. It will be completed by the ldapDecoder.- Parameters:
storedProcedureRequest- The Stored Procedure to set
-
getCurrentParameter
public StoredProcedureParameter getCurrentParameter()
- Returns:
- The current parameter
-
setCurrentParameter
public void setCurrentParameter(StoredProcedureParameter currentParameter)
Sets the current parameter- Parameters:
currentParameter- The current parameter
-
clean
public void clean()
Clean the container for the next usage.- Overrides:
cleanin classAbstractContainer
-
-