Class ActionList

All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess, SequencedCollection

public class ActionList extends Vector
A list of Action objects.

This class extends Vector to provide type-safe access to UPnP actions within a service.

See Also:
  • Field Details

    • ELEM_NAME

      public static final String ELEM_NAME
      The XML element name for action list nodes in service descriptions.
      See Also:
  • Constructor Details

    • ActionList

      public ActionList()
      Constructs an empty action list.
  • Method Details

    • getAction

      public Action getAction(int n)
      Returns the action at the specified index.
      Parameters:
      n - the index of the action to retrieve
      Returns:
      the action at the specified index
      Throws:
      ArrayIndexOutOfBoundsException - if the index is out of range