org.apache.directory.shared.kerberos.codec.hostAddresses.actions
Class AddHostAddress

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

public class AddHostAddress
extends org.apache.directory.shared.asn1.ber.grammar.GrammarAction<HostAddressesContainer>

The action used to add an HostAddresses object

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
AddHostAddress()
          Instantiates a new AddHostAddress action.
 
Method Summary
 void action(HostAddressesContainer hostAddressesContainer)
          
 
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

AddHostAddress

public AddHostAddress()
Instantiates a new AddHostAddress action.

Method Detail

action

public void action(HostAddressesContainer hostAddressesContainer)
            throws org.apache.directory.shared.asn1.DecoderException

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


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