org.apache.directory.shared.ldap.extras.extended.ads_impl
Class StoredProcedureContainer

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.AbstractContainer
      extended by org.apache.directory.shared.ldap.extras.extended.ads_impl.StoredProcedureContainer
All Implemented Interfaces:
Asn1Container

public class StoredProcedureContainer
extends AbstractContainer

A container for the StoredProcedure codec

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer
decodeBytes, grammar, stateStack
 
Constructor Summary
StoredProcedureContainer()
           
 
Method Summary
 void clean()
           
 StoredProcedure getStoredProcedure()
           
 void setStoredProcedure(StoredProcedure storedProcedure)
          Set a StoredProcedure object into the container.
 
Methods inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer
getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodeBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setGathering, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoredProcedureContainer

public StoredProcedureContainer()
Method Detail

getStoredProcedure

public StoredProcedure getStoredProcedure()
Returns:
Returns the ldapMessage.

setStoredProcedure

public void setStoredProcedure(StoredProcedure storedProcedure)
Set a StoredProcedure object into the container. It will be completed by the ldapDecoder.

Parameters:
ldapMessage - The ldapMessage to set.

clean

public void clean()
Overrides:
clean in class AbstractContainer


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.