public class SLOInformationContainer extends Object implements Serializable, ISLOInformationContainer
Constructor and Description |
---|
SLOInformationContainer() |
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,SLOInformationImpl> |
getActiveBackChannelOAs() |
LinkedHashMap<String,SLOInformationImpl> |
getActiveFrontChannalOAs() |
SLOInformationImpl |
getBackChannelOASessionDescripten(String oaID) |
Set<Map.Entry<String,SLOInformationImpl>> |
getFrontChannelOASessionDescriptions() |
Iterator<String> |
getNextBackChannelOA() |
String |
getSessionID() |
List<String> |
getSloFailedOAs() |
PVPTargetConfiguration |
getSloRequest() |
String |
getTransactionID() |
boolean |
hasFrontChannelOA() |
void |
putFailedOA(String oaID) |
void |
removeBackChannelOA(String oaID) |
void |
removeFrontChannelOA(String oaID) |
void |
setActiveBackChannelOAs(LinkedHashMap<String,SLOInformationImpl> activeBackChannelOAs) |
void |
setActiveFrontChannalOAs(LinkedHashMap<String,SLOInformationImpl> activeFrontChannalOAs) |
void |
setSessionID(String sessionID) |
void |
setSloRequest(PVPTargetConfiguration sloRequest) |
void |
setTransactionID(String transactionID) |
public LinkedHashMap<String,SLOInformationImpl> getActiveFrontChannalOAs()
public void setActiveFrontChannalOAs(LinkedHashMap<String,SLOInformationImpl> activeFrontChannalOAs)
activeFrontChannalOAs
- the activeFrontChannalOAs to setpublic LinkedHashMap<String,SLOInformationImpl> getActiveBackChannelOAs()
public void setActiveBackChannelOAs(LinkedHashMap<String,SLOInformationImpl> activeBackChannelOAs)
activeBackChannelOAs
- the activeBackChannelOAs to setpublic boolean hasFrontChannelOA()
hasFrontChannelOA
in interface ISLOInformationContainer
public Set<Map.Entry<String,SLOInformationImpl>> getFrontChannelOASessionDescriptions()
getFrontChannelOASessionDescriptions
in interface ISLOInformationContainer
public void removeFrontChannelOA(String oaID)
removeFrontChannelOA
in interface ISLOInformationContainer
public Iterator<String> getNextBackChannelOA()
getNextBackChannelOA
in interface ISLOInformationContainer
public SLOInformationImpl getBackChannelOASessionDescripten(String oaID)
getBackChannelOASessionDescripten
in interface ISLOInformationContainer
public void removeBackChannelOA(String oaID)
removeBackChannelOA
in interface ISLOInformationContainer
public PVPTargetConfiguration getSloRequest()
getSloRequest
in interface ISLOInformationContainer
public void setSloRequest(PVPTargetConfiguration sloRequest)
setSloRequest
in interface ISLOInformationContainer
sloRequest
- the sloRequest to setpublic List<String> getSloFailedOAs()
getSloFailedOAs
in interface ISLOInformationContainer
public void putFailedOA(String oaID)
putFailedOA
in interface ISLOInformationContainer
public String getTransactionID()
getTransactionID
in interface ISLOInformationContainer
public void setTransactionID(String transactionID)
transactionID
- the transactionID to setpublic String getSessionID()
getSessionID
in interface ISLOInformationContainer
public void setSessionID(String sessionID)
sessionID
- the sessionID to setCopyright © 2017. All rights reserved.