public class SVEC_Dynamic_RSA extends Object implements ComputingAlgorithm
| Constructor and Description |
|---|
SVEC_Dynamic_RSA(ComputingRequest pathReq,
es.tid.tedb.TEDB ted,
ReservationManager reservationManager,
int mf) |
| Modifier and Type | Method and Description |
|---|---|
ComputingResponse |
call() |
AlgorithmReservation |
getReserv() |
void |
notifyWavelengthEndReservation(LinkedList<Object> sourceVertexList,
LinkedList<Object> targetVertexList,
int wavelength) |
void |
notifyWavelengthReservation(LinkedList<Object> sourceVertexList,
LinkedList<Object> targetVertexList,
int wavelength) |
void |
setPreComp(SVEC_Dynamic_RSAPreComputation preComp) |
static String |
toHexString(byte[] packetBytes) |
public SVEC_Dynamic_RSA(ComputingRequest pathReq, es.tid.tedb.TEDB ted, ReservationManager reservationManager, int mf)
public ComputingResponse call()
call in interface Callable<ComputingResponse>public AlgorithmReservation getReserv()
getReserv in interface ComputingAlgorithmpublic void notifyWavelengthReservation(LinkedList<Object> sourceVertexList, LinkedList<Object> targetVertexList, int wavelength)
public void notifyWavelengthEndReservation(LinkedList<Object> sourceVertexList, LinkedList<Object> targetVertexList, int wavelength)
public void setPreComp(SVEC_Dynamic_RSAPreComputation preComp)
public static String toHexString(byte[] packetBytes)
Copyright © 2016. All rights reserved.