org.apache.directory.shared.kerberos.codec.actions
Class AbstractReadPvno<E extends org.apache.directory.shared.asn1.ber.Asn1Container>

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
      extended by org.apache.directory.shared.kerberos.codec.actions.AbstractReadPvno<E>
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.grammar.Action<E>
Direct Known Subclasses:
StoreAuthenticatorVno, StorePvno, StorePvno, StorePvno, StorePvno, StorePvno, StorePvno, StorePvno, StorePvno

public abstract class AbstractReadPvno<E extends org.apache.directory.shared.asn1.ber.Asn1Container>
extends org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>

The action used to read the PVNO

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
AbstractReadPvno(String name)
          Creates a new instance of AbstractReadPvno.
 
Method Summary
 void action(E container)
          
protected abstract  void setPvno(int pvno, E container)
          sets the pvno on the ASN.1 object present in the container
 
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

AbstractReadPvno

public AbstractReadPvno(String name)
Creates a new instance of AbstractReadPvno.

Parameters:
name - the name of the action
Method Detail

setPvno

protected abstract void setPvno(int pvno,
                                E container)
sets the pvno on the ASN.1 object present in the container

Parameters:
pvno - the protocol version number received
container - the ASN.1 object's container

action

public final void action(E container)
                  throws org.apache.directory.shared.asn1.DecoderException

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


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