Class MirroringSplicingDeviceVisualAction

  • All Implemented Interfaces:
    Comparable

    @Component
    public class MirroringSplicingDeviceVisualAction
    extends ManagePortMirroringVisualAction
    Action to do mirroring in splicing devices.
    Author:
    Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
    • Constructor Detail

      • MirroringSplicingDeviceVisualAction

        public MirroringSplicingDeviceVisualAction()
    • Method Detail

      • appliesTo

        public String appliesTo()
        Description copied from class: AbstractVisualInventoryAction
        Tells the system what inventory objects support said action. Superclasses are also allowed. For example, returning GenericCommunicationsElement applies to all devices such as routers, multiplexers or switches, while InventoryObject will apply to any object.
        Overrides:
        appliesTo in class ManagePortMirroringVisualAction
        Returns:
        The class or superclass whose instances the action applies to. If null, this indicate that while the action is related to inventory, it doesn't apply to a particular type, for example, when creating a Customer pool in the service manager (or any root pool, for that matter). By default, the action will apply to all instances.