be.ac.ulg.montefiore.run.totem.scenario.model
Class LSPBackupCreation
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.BaseLSPCreationTypeImpl
be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.LSPBackupCreationTypeImpl
be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.LSPBackupCreationImpl
be.ac.ulg.montefiore.run.totem.scenario.model.LSPBackupCreation
- All Implemented Interfaces:
- Event, ASEventType, BaseLSPCreationType, EventType, LSPBackupCreation, LSPBackupCreationType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject, com.sun.xml.bind.RIElement, javax.xml.bind.Element
Deprecated. Use LSPDetourCreation and LSPBypassCreation instead. This implementation might be outdated.
public class LSPBackupCreation
- extends LSPBackupCreationImpl
- implements Event
This class implements a LSP backup creation event.
Creation date: 02-d�c.-2004
- Author:
- Jean Lepropre (lepropre@run.montefiore.ulg.ac.be)
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.BaseLSPCreationTypeImpl |
_AcceptedCos, _Bw, _DiffServ, _EstablishLSP, _LspId, _MaxRate, _Metric, _Path, _RoutingAlgo, has_Bw, has_EstablishLSP, has_MaxRate, has_Metric |
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl |
_Time |
Constructor Summary |
LSPBackupCreation()
Deprecated. |
LSPBackupCreation(java.util.List protectedLinks,
java.lang.String algoName,
java.util.HashMap algoParams)
Deprecated. Creates a new LSPBackupCreation element with a Bypass subelement. |
LSPBackupCreation(java.util.List protectedLinks,
java.lang.String algoName,
java.util.HashMap algoParams,
int asId)
Deprecated. |
LSPBackupCreation(java.lang.String lspId,
float bw,
java.util.List protectedLinks,
java.lang.String algoName,
java.util.HashMap algoParams)
Deprecated. Creates a new LSPBackupCreation element with a Bypass subelement. |
LSPBackupCreation(java.lang.String lspId,
float bw,
java.util.List protectedLinks,
java.lang.String algoName,
java.util.HashMap algoParams,
int asId)
Deprecated. |
LSPBackupCreation(java.lang.String lspId,
float bw,
java.lang.String protectedLSP,
MethodType methodType,
ProtectionType protectionType,
java.lang.String algoName,
java.util.HashMap algoParams)
Deprecated. Creates a new LSPBackupCreation element with a Detour subelement. |
LSPBackupCreation(java.lang.String lspId,
float bw,
java.lang.String protectedLSP,
MethodType methodType,
ProtectionType protectionType,
java.lang.String algoName,
java.util.HashMap algoParams,
int asId)
Deprecated. |
LSPBackupCreation(java.lang.String lspId,
float bw,
java.lang.String protectedLSP,
java.lang.String algoName,
java.util.HashMap algoParams)
Deprecated. Creates a new LSPBackupCreation element with a Detour subelement. |
LSPBackupCreation(java.lang.String lspId,
float bw,
java.lang.String protectedLSP,
java.lang.String algoName,
java.util.HashMap algoParams,
int asId)
Deprecated. |
LSPBackupCreation(java.lang.String protectedLSP,
java.lang.String algoName,
java.util.HashMap algoParams)
Deprecated. Creates a new LSPBackupCreation element with a Detour subelement. |
LSPBackupCreation(java.lang.String protectedLSP,
java.lang.String algoName,
java.util.HashMap algoParams,
int asId)
Deprecated. |
Method Summary |
EventResult |
action()
Deprecated. This method must be implemented by each event. |
Methods inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.BaseLSPCreationTypeImpl |
getAcceptedCos, getBw, getDiffServ, getLspId, getMaxRate, getMetric, getPath, getRoutingAlgo, isEstablishLSP, isSetAcceptedCos, isSetBw, isSetDiffServ, isSetEstablishLSP, isSetLspId, isSetMaxRate, isSetMetric, isSetPath, isSetRoutingAlgo, setAcceptedCos, setBw, setDiffServ, setEstablishLSP, setLspId, setMaxRate, setMetric, setPath, setRoutingAlgo, unsetAcceptedCos, unsetBw, unsetDiffServ, unsetEstablishLSP, unsetLspId, unsetMaxRate, unsetMetric, unsetPath, unsetRoutingAlgo |
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.BaseLSPCreationType |
getAcceptedCos, getBw, getDiffServ, getLspId, getMaxRate, getMetric, getPath, getRoutingAlgo, isEstablishLSP, isSetAcceptedCos, isSetBw, isSetDiffServ, isSetEstablishLSP, isSetLspId, isSetMaxRate, isSetMetric, isSetPath, isSetRoutingAlgo, setAcceptedCos, setBw, setDiffServ, setEstablishLSP, setLspId, setMaxRate, setMetric, setPath, setRoutingAlgo, unsetAcceptedCos, unsetBw, unsetDiffServ, unsetEstablishLSP, unsetLspId, unsetMaxRate, unsetMetric, unsetPath, unsetRoutingAlgo |
LSPBackupCreation
public LSPBackupCreation()
- Deprecated.
LSPBackupCreation
public LSPBackupCreation(java.lang.String protectedLSP,
java.lang.String algoName,
java.util.HashMap algoParams)
- Deprecated.
- Creates a new
LSPBackupCreation
element with a Detour
subelement. Note
that algoParams
can be null
.
LSPBackupCreation
public LSPBackupCreation(java.lang.String protectedLSP,
java.lang.String algoName,
java.util.HashMap algoParams,
int asId)
- Deprecated.
LSPBackupCreation
public LSPBackupCreation(java.lang.String lspId,
float bw,
java.lang.String protectedLSP,
java.lang.String algoName,
java.util.HashMap algoParams)
- Deprecated.
- Creates a new
LSPBackupCreation
element with a Detour
subelement. Note
that algoParams
can be null
.
LSPBackupCreation
public LSPBackupCreation(java.lang.String lspId,
float bw,
java.lang.String protectedLSP,
java.lang.String algoName,
java.util.HashMap algoParams,
int asId)
- Deprecated.
LSPBackupCreation
public LSPBackupCreation(java.lang.String lspId,
float bw,
java.lang.String protectedLSP,
MethodType methodType,
ProtectionType protectionType,
java.lang.String algoName,
java.util.HashMap algoParams)
- Deprecated.
- Creates a new
LSPBackupCreation
element with a Detour
subelement. Note
that algoParams
can be null
.
LSPBackupCreation
public LSPBackupCreation(java.lang.String lspId,
float bw,
java.lang.String protectedLSP,
MethodType methodType,
ProtectionType protectionType,
java.lang.String algoName,
java.util.HashMap algoParams,
int asId)
- Deprecated.
LSPBackupCreation
public LSPBackupCreation(java.util.List protectedLinks,
java.lang.String algoName,
java.util.HashMap algoParams)
- Deprecated.
- Creates a new
LSPBackupCreation
element with a Bypass
subelement. Note
that algoParams
can be null
and the list must contain the IDs of the
protected links.
LSPBackupCreation
public LSPBackupCreation(java.util.List protectedLinks,
java.lang.String algoName,
java.util.HashMap algoParams,
int asId)
- Deprecated.
LSPBackupCreation
public LSPBackupCreation(java.lang.String lspId,
float bw,
java.util.List protectedLinks,
java.lang.String algoName,
java.util.HashMap algoParams)
- Deprecated.
- Creates a new
LSPBackupCreation
element with a Bypass
subelement. Note
that algoParams
can be null
and the list must contain the IDs of the
protected links.
LSPBackupCreation
public LSPBackupCreation(java.lang.String lspId,
float bw,
java.util.List protectedLinks,
java.lang.String algoName,
java.util.HashMap algoParams,
int asId)
- Deprecated.
action
public EventResult action()
throws EventExecutionException
- Deprecated.
- 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
- See Also:
Event.action()
Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.