org.pasoa.common.structure
Class RecordSf

java.lang.Object
  extended by org.pasoa.common.structure.Record
      extended by org.pasoa.common.structure.RecordSf

public class RecordSf
extends Record

Extends the Record class to support the recording of the submission finished message.

Author:
pgroth

Constructor Summary
RecordSf(int expectedPAssertions, InteractionKey irid, String viewKind, Element asserter)
           
 
Method Summary
 int getNumberOfExpectedPAssertions()
           
 
Methods inherited from class org.pasoa.common.structure.Record
getAsserter, getIdentifiers, getPAssertion, getViewKind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordSf

public RecordSf(int expectedPAssertions,
                InteractionKey irid,
                String viewKind,
                Element asserter)
See Also:
Same as the Record class constructor except takes an int with the number of expected p-assertions instead of a PAssertion
Method Detail

getNumberOfExpectedPAssertions

public int getNumberOfExpectedPAssertions()