Class StoreMessageId

  • All Implemented Interfaces:
    Action<LdapMessageContainer<Message>>

    public class StoreMessageId
    extends GrammarAction<LdapMessageContainer<Message>>
    The action used to store the LdapMessage MessageID.
     LDAPMessage --> ... MessageId ...
    
     Checks that MessageId is in [0 .. 2147483647] and store the value in
     the LdapMessage Object
    
     (2147483647 = Integer.MAX_VALUE)
     The next state will be MESSAGE_ID_STATE
    
     The message ID will be temporarily stored in the container, because we can't store it
     into an object.
     
    Author:
    Apache Directory Project
    • Constructor Detail

      • StoreMessageId

        public StoreMessageId()
        Instantiates a new action.