at.gv.egiz.pdfas.web
Class CurrentLocalOperation

java.lang.Object
  extended byat.gv.egiz.pdfas.web.CurrentLocalOperation

public class CurrentLocalOperation
extends Object

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.

Author:
wprinz

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

holders_to_be_verified

public List holders_to_be_verified
The signature holders to be verified in the current local operation.


requests

public LocalRequest[] requests
An array of local requests to be processed.


response_properties

public Properties[] response_properties
An array of response strings of the local requests.


current_operation

public int current_operation
The index of the holder/request to be processed.

Constructor Detail

CurrentLocalOperation

public CurrentLocalOperation()
Method Detail

isFinished

public boolean isFinished()
See Also:
at.gv.egiz.pdfas.web.LocalOperation#isFinished()

getCurrentLocalRequest

public LocalRequest getCurrentLocalRequest()
See Also:
at.gv.egiz.pdfas.web.LocalOperation#getCurrentLocalRequest()

getCurrentSignatureHolder

public SignatureHolder getCurrentSignatureHolder()
See Also:
at.gv.egiz.pdfas.web.LocalOperation#getCurrentSignatureHolder()

finishCurrentOperation

public void finishCurrentOperation(Properties response_properties)
See Also:
at.gv.egiz.pdfas.web.LocalOperation#finishCurrentOperation(java.util.Properties)


Copyright © 2006-2010. All Rights Reserved.