be.ac.ulg.montefiore.run.totem.scenario.model
Class ShowLinkInfo

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl
      extended by be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASEventTypeImpl
          extended by be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASTMEventTypeImpl
              extended by be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ShowLinkInfoTypeImpl
                  extended by be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ShowLinkInfoImpl
                      extended by be.ac.ulg.montefiore.run.totem.scenario.model.ShowLinkInfo
All Implemented Interfaces:
Event, ASEventType, ASTMEventType, EventType, ShowLinkInfo, ShowLinkInfoType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject, com.sun.xml.bind.RIElement, javax.xml.bind.Element

public class ShowLinkInfo
extends ShowLinkInfoImpl
implements Event

Event to show the load or the reservation of a link.

Creation date: 04-f�v.-2005

Author:
Olivier Delcourt (delcourt@run.montefiore.ulg.ac.be), Jean Lepropre (lepropre@run.montefiore.ulg.ac.be), Simon Balon (balon@run.montefiore.ulg.ac.be)

Nested Class Summary
 
Nested classes/interfaces inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ShowLinkInfoImpl
ShowLinkInfoImpl.Unmarshaller
 
Field Summary
 
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ShowLinkInfoImpl
version
 
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ShowLinkInfoTypeImpl
_ECMP, _SPFtype, _Type, _Verbose, has_ECMP, has_Verbose
 
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASTMEventTypeImpl
_TMID, has_TMID
 
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASEventTypeImpl
_ASID, has_ASID
 
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl
_Time
 
Constructor Summary
ShowLinkInfo()
           
ShowLinkInfo(InfoLinkType type, boolean verbose, int ASID)
           
ShowLinkInfo(InfoLinkType type, boolean verbose, int ASID, int TMID)
           
 
Method Summary
 EventResult action()
          This method must be implemented by each event.
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ShowLinkInfoImpl
____jaxb_ri____getLocalName, ____jaxb_ri____getNamespaceURI, createRawValidator, createUnmarshaller, getPrimaryInterface, serializeAttributes, serializeBody, serializeURIs
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ShowLinkInfoTypeImpl
getSPFtype, getType, isECMP, isSetECMP, isSetSPFtype, isSetType, isSetVerbose, isVerbose, setECMP, setSPFtype, setType, setVerbose, unsetECMP, unsetSPFtype, unsetType, unsetVerbose
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASTMEventTypeImpl
getTMID, isSetTMID, setTMID, unsetTMID
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASEventTypeImpl
getASID, isSetASID, setASID, unsetASID
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl
getTime, isSetTime, setTime, unsetTime
 
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.ShowLinkInfoType
getSPFtype, getType, isECMP, isSetECMP, isSetSPFtype, isSetType, isSetVerbose, isVerbose, setECMP, setSPFtype, setType, setVerbose, unsetECMP, unsetSPFtype, unsetType, unsetVerbose
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.ASTMEventType
getTMID, isSetTMID, setTMID, unsetTMID
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.ASEventType
getASID, isSetASID, setASID, unsetASID
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 

Constructor Detail

ShowLinkInfo

public ShowLinkInfo()

ShowLinkInfo

public ShowLinkInfo(InfoLinkType type,
                    boolean verbose,
                    int ASID,
                    int TMID)

ShowLinkInfo

public ShowLinkInfo(InfoLinkType type,
                    boolean verbose,
                    int ASID)
Method Detail

action

public EventResult action()
                   throws EventExecutionException
Description copied from interface: Event
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.