|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectat.gv.egiz.pdfas.web.CurrentLocalOperation
Encapsulates a local operation.
A local operation is a sequence of successive local verifications.
This is held on the VerifySessionInformation so that the DataURLServlet and RetrieveSignatureDataServlet can provide their data to the local service easily.
| Field Summary | |
int |
current_operation
The index of the holder/request to be processed. |
List |
holders_to_be_verified
The signature holders to be verified in the current local operation. |
LocalRequest[] |
requests
An array of local requests to be processed. |
Properties[] |
response_properties
An array of response strings of the local requests. |
| Constructor Summary | |
CurrentLocalOperation()
|
|
| Method Summary | |
void |
finishCurrentOperation(Properties response_properties)
|
LocalRequest |
getCurrentLocalRequest()
|
SignatureHolder |
getCurrentSignatureHolder()
|
boolean |
isFinished()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public List holders_to_be_verified
public LocalRequest[] requests
public Properties[] response_properties
public int current_operation
| Constructor Detail |
public CurrentLocalOperation()
| Method Detail |
public boolean isFinished()
at.gv.egiz.pdfas.web.LocalOperation#isFinished()public LocalRequest getCurrentLocalRequest()
at.gv.egiz.pdfas.web.LocalOperation#getCurrentLocalRequest()public SignatureHolder getCurrentSignatureHolder()
at.gv.egiz.pdfas.web.LocalOperation#getCurrentSignatureHolder()public void finishCurrentOperation(Properties response_properties)
at.gv.egiz.pdfas.web.LocalOperation#finishCurrentOperation(java.util.Properties)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||