|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.dtt.ca.response.ResponseEvent
it.dtt.ca.response.SuccessResponseEvent
it.dtt.ca.response.HistoryResponseEvent
public class HistoryResponseEvent
This class provides the required History in response to a HistoryRequest. This response is provided independently of the physical location of the required History (smart card or STB).
Constructor Summary | |
---|---|
HistoryResponseEvent(CARequest request,
History history)
Construct HistoryResponseEvent. |
Method Summary | |
---|---|
History |
getHistory()
Get the the history that was requested. |
Methods inherited from class it.dtt.ca.response.ResponseEvent |
---|
getRequest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistoryResponseEvent(CARequest request, History history)
request
- the CARequest object, that generated this response.history
- the history.Method Detail |
---|
public History getHistory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |