org.apache.directory.shared.kerberos.codec.lastReq.actions
Class LastReqInit

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction<LastReqContainer>
      extended by org.apache.directory.shared.kerberos.codec.lastReq.actions.LastReqInit
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.grammar.Action<LastReqContainer>

public class LastReqInit
extends org.apache.directory.shared.asn1.ber.grammar.GrammarAction<LastReqContainer>

The action used to initialize the LastReq object

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
LastReqInit()
          Instantiates a new LastReqInit action.
 
Method Summary
 void action(LastReqContainer lastReqContainer)
          
 
Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LastReqInit

public LastReqInit()
Instantiates a new LastReqInit action.

Method Detail

action

public void action(LastReqContainer lastReqContainer)
            throws org.apache.directory.shared.asn1.DecoderException

Throws:
org.apache.directory.shared.asn1.DecoderException


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