public class ChildPCERequestManager extends Object
| Modifier and Type | Field and Description |
|---|---|
Hashtable<Long,Object> |
inilocks |
Hashtable<Long,Object> |
locks |
| Constructor and Description |
|---|
ChildPCERequestManager() |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<ComputingResponse> |
executeInitiates(LinkedList<es.tid.pce.pcep.messages.PCEPInitiate> initiateList,
LinkedList<Object> domainList) |
LinkedList<ComputingResponse> |
executeRequests(LinkedList<es.tid.pce.pcep.messages.PCEPRequest> requestList,
LinkedList<Object> domainList) |
Hashtable<Inet4Address,DataOutputStream> |
getDomainIdOutputStream() |
Hashtable<Inet4Address,Inet4Address> |
getDomainIdpceId() |
es.tid.pce.pcep.constructs.StateReport |
newIni(es.tid.pce.pcep.messages.PCEPInitiate pcini,
Object domain) |
es.tid.pce.pcep.messages.PCEPResponse |
newRequest(es.tid.pce.pcep.messages.PCEPRequest pcreq,
Object domain) |
void |
notifyReport(es.tid.pce.pcep.constructs.StateReport sr) |
void |
notifyResponse(es.tid.pce.pcep.messages.PCEPResponse pcres) |
void |
sendInitiate(es.tid.pce.pcep.messages.PCEPInitiate ini,
Object domain) |
void |
sendRequest(es.tid.pce.pcep.messages.PCEPRequest req,
Object domain) |
public LinkedList<ComputingResponse> executeRequests(LinkedList<es.tid.pce.pcep.messages.PCEPRequest> requestList, LinkedList<Object> domainList)
public LinkedList<ComputingResponse> executeInitiates(LinkedList<es.tid.pce.pcep.messages.PCEPInitiate> initiateList, LinkedList<Object> domainList)
public void notifyResponse(es.tid.pce.pcep.messages.PCEPResponse pcres)
public void notifyReport(es.tid.pce.pcep.constructs.StateReport sr)
public es.tid.pce.pcep.messages.PCEPResponse newRequest(es.tid.pce.pcep.messages.PCEPRequest pcreq,
Object domain)
public es.tid.pce.pcep.constructs.StateReport newIni(es.tid.pce.pcep.messages.PCEPInitiate pcini,
Object domain)
public void sendRequest(es.tid.pce.pcep.messages.PCEPRequest req,
Object domain)
throws IOException
IOExceptionpublic void sendInitiate(es.tid.pce.pcep.messages.PCEPInitiate ini,
Object domain)
throws IOException
IOExceptionpublic Hashtable<Inet4Address,DataOutputStream> getDomainIdOutputStream()
public Hashtable<Inet4Address,Inet4Address> getDomainIdpceId()
Copyright © 2016. All rights reserved.