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 ISLOInformationContainerpublic Set<Map.Entry<String,SLOInformationImpl>> getFrontChannelOASessionDescriptions()
getFrontChannelOASessionDescriptions in interface ISLOInformationContainerpublic void removeFrontChannelOA(String oaID)
removeFrontChannelOA in interface ISLOInformationContainerpublic Iterator<String> getNextBackChannelOA()
getNextBackChannelOA in interface ISLOInformationContainerpublic SLOInformationImpl getBackChannelOASessionDescripten(String oaID)
getBackChannelOASessionDescripten in interface ISLOInformationContainerpublic void removeBackChannelOA(String oaID)
removeBackChannelOA in interface ISLOInformationContainerpublic PVPTargetConfiguration getSloRequest()
getSloRequest in interface ISLOInformationContainerpublic void setSloRequest(PVPTargetConfiguration sloRequest)
setSloRequest in interface ISLOInformationContainersloRequest - the sloRequest to setpublic List<String> getSloFailedOAs()
getSloFailedOAs in interface ISLOInformationContainerpublic void putFailedOA(String oaID)
putFailedOA in interface ISLOInformationContainerpublic String getTransactionID()
getTransactionID in interface ISLOInformationContainerpublic void setTransactionID(String transactionID)
transactionID - the transactionID to setpublic String getSessionID()
getSessionID in interface ISLOInformationContainerpublic void setSessionID(String sessionID)
sessionID - the sessionID to setCopyright © 2017. All rights reserved.