public class OpenedSessionsManager extends Object
| Constructor and Description |
|---|
OpenedSessionsManager() |
| Modifier and Type | Method and Description |
|---|---|
Hashtable<Inet4Address,PCESessionInformation> |
getAddressPCESessionInfo() |
LinkedList<PCESessionInformation> |
getSessionInfoList() |
void |
registerNewSession(DataOutputStream out,
int roll) |
void |
registerNewSession(GenericPCEPSession pceSession,
int roll) |
void |
registerNewSession(Inet4Address address,
DataOutputStream out,
int roll) |
void |
removeSession(GenericPCEPSession pceSession) |
void |
setAddressPCESessionInfo(Hashtable<Inet4Address,PCESessionInformation> addressPCESessionInfo) |
void |
setSessionInfoList(LinkedList<PCESessionInformation> sessionInfoList) |
public void registerNewSession(GenericPCEPSession pceSession, int roll)
public void registerNewSession(Inet4Address address, DataOutputStream out, int roll)
public void registerNewSession(DataOutputStream out, int roll)
public void removeSession(GenericPCEPSession pceSession)
public Hashtable<Inet4Address,PCESessionInformation> getAddressPCESessionInfo()
public void setAddressPCESessionInfo(Hashtable<Inet4Address,PCESessionInformation> addressPCESessionInfo)
public LinkedList<PCESessionInformation> getSessionInfoList()
public void setSessionInfoList(LinkedList<PCESessionInformation> sessionInfoList)
Copyright © 2016. All rights reserved.