Class ScRemoteIteratorData
- java.lang.Object
-
- de.aristaflow.ilm.model.common.collection.RemoteIteratorData<SessionContextResponse>
-
- de.aristaflow.ilm.model.runtimeenvironment.ScRemoteIteratorData
-
- All Implemented Interfaces:
Serializable
public class ScRemoteIteratorData extends RemoteIteratorData<SessionContextResponse>
-
-
Field Summary
Fields Modifier and Type Field Description List<@Valid SessionContextResponse>
contexts
-
Fields inherited from class de.aristaflow.ilm.model.common.collection.RemoteIteratorData
dropped, iteratorId, remAliveTime, subClass
-
-
Constructor Summary
Constructors Constructor Description ScRemoteIteratorData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SessionContextResponse>
getContentAbstract()
void
setContentAbstract(List<SessionContextResponse> content)
-
-
-
Field Detail
-
contexts
public List<@Valid SessionContextResponse> contexts
-
-
Method Detail
-
getContentAbstract
public List<SessionContextResponse> getContentAbstract()
- Specified by:
getContentAbstract
in classRemoteIteratorData<SessionContextResponse>
-
setContentAbstract
public void setContentAbstract(List<SessionContextResponse> content)
- Specified by:
setContentAbstract
in classRemoteIteratorData<SessionContextResponse>
-
-