be.ac.ulg.montefiore.run.totem.scenario.model
Class ShowLinkReservation
java.lang.Object
be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl
be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASEventTypeImpl
be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ShowLinkReservationTypeImpl
be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ShowLinkReservationImpl
be.ac.ulg.montefiore.run.totem.scenario.model.ShowLinkReservation
- All Implemented Interfaces:
- Event, ASEventType, EventType, ShowLinkReservation, ShowLinkReservationType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject, com.sun.xml.bind.RIElement, javax.xml.bind.Element
public class ShowLinkReservation
- extends ShowLinkReservationImpl
- implements Event
Show the current reservation. Reservation can be shown as aggregate information among all links, per link, per
class type, per priority level depending on the parameters.
Creation date: 19/02/2008
- Author:
- Gaƫl Monfort (monfort@run.montefiore.ulg.ac.be)
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ShowLinkReservationTypeImpl |
_ClassType, _LinkId, _PerCT, _PerLink, _PerPrio, _PreemptionLevel, has_ClassType, has_PerCT, has_PerLink, has_PerPrio, has_PreemptionLevel |
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl |
_Time |
Methods inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ShowLinkReservationTypeImpl |
getClassType, getLinkId, getPreemptionLevel, isPerCT, isPerLink, isPerPrio, isSetClassType, isSetLinkId, isSetPerCT, isSetPerLink, isSetPerPrio, isSetPreemptionLevel, setClassType, setLinkId, setPerCT, setPerLink, setPerPrio, setPreemptionLevel, unsetClassType, unsetLinkId, unsetPerCT, unsetPerLink, unsetPerPrio, unsetPreemptionLevel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.ShowLinkReservationType |
getClassType, getLinkId, getPreemptionLevel, isPerCT, isPerLink, isPerPrio, isSetClassType, isSetLinkId, isSetPerCT, isSetPerLink, isSetPerPrio, isSetPreemptionLevel, setClassType, setLinkId, setPerCT, setPerLink, setPerPrio, setPreemptionLevel, unsetClassType, unsetLinkId, unsetPerCT, unsetPerLink, unsetPerPrio, unsetPreemptionLevel |
ShowLinkReservation
public ShowLinkReservation()
ShowLinkReservation
public ShowLinkReservation(Link link)
- Show the link reservation on a specified link
- Parameters:
link
-
ShowLinkReservation
public ShowLinkReservation(int asId,
boolean perLink)
- Creates a new ShowLinkReservation object. It will display the link reservation for all links in the domain
identified by the given asId. If perLink is false, only aggregate information is shown.
- Parameters:
asId
- perLink
-
action
public EventResult action()
throws EventExecutionException
- This method must be implemented by each event. This method contains what must be done to
process the event.
- Specified by:
action
in interface Event
- Throws:
EventExecutionException
Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.