public abstract class AbstractReadPvno<E extends org.apache.directory.api.asn1.ber.Asn1Container>
extends org.apache.directory.api.asn1.ber.grammar.GrammarAction<E>
| Modifier and Type | Field and Description |
|---|---|
private static boolean |
IS_DEBUG
Speedup for logs
|
private static org.slf4j.Logger |
LOG
The logger
|
| Constructor and Description |
|---|
AbstractReadPvno(java.lang.String name)
Creates a new instance of AbstractReadPvno.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(E container) |
protected abstract void |
setPvno(int pvno,
E container)
sets the pvno on the ASN.1 object present in the container
|
private static final org.slf4j.Logger LOG
private static final boolean IS_DEBUG
public AbstractReadPvno(java.lang.String name)
name - the name of the actionprotected abstract void setPvno(int pvno,
E container)
pvno - the protocol version number receivedcontainer - the ASN.1 object's containerpublic final void action(E container) throws org.apache.directory.api.asn1.DecoderException
org.apache.directory.api.asn1.DecoderException