|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.dtt.ca.request.CARequest
it.dtt.ca.request.HistoryRequest
public class HistoryRequest
This class is used to request an history to the CA manager.
Constructor Summary | |
---|---|
HistoryRequest(int historyType)
Create an instance of HistoryRequest. |
Method Summary | |
---|---|
int |
getHistoryType()
Get the type of History that is required. |
Methods inherited from class it.dtt.ca.request.CARequest |
---|
cancel, getPrivateData, isCancelled, setPrivateData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistoryRequest(int historyType) throws UnsupportedFeatureException
historyType
- the type of history that is requested. The types shall be as defined in the History class.
UnsupportedFeatureException
- in case an invalid historyType is used as parameter. Invalid means different than
PPV_HISTORY, RECHARGE_HISTORY or MESSAGE_HISTORY.Method Detail |
---|
public int getHistoryType()
History
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |