FreeHEP API
Version current

Package org.freehep.record.loop

Interface Summary
SequentialRecordLoop This interface defines the methods available to any framework which wishes to make used of a sequential record loop.
SequentialRecordLoopManager This interface allows control of a SequentialRecordLoop object to be managed by an external object.
 

Class Summary
SequentialRecordLoopImpl This class is the default implementation of the SequentialRecordLoop interface.
SequentialRecordLoopImplManager The class is an implementation of the SequentialRecordLoopManager class that can manage the default SequentialRecordLoop implementation.
 

Exception Summary
LoopException This class is thrown by the "loop" method of the SequentialRecordLoop interface if there an exception.
LoopInterruptedException This class is thrown by the "loop" method of the SequentialRecordLoop interface if there is a request to interrupt the loop.
LoopSourceExhaustedException This class is thrown by the "loop" method of the SequentialRecordLoop interface if its SequentialRecordSource throws a EndOfSourceException.
NoLoopRecordException This class is thrown by the "loop" method of the SequentialRecordLoop interface if its SequentialRecordSource throws a NoSuchRecordException.
 


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.