Package edu.iu.iv.common

This package contains all the basic implementations of the IVC System interfaces.

See:
          Description

Interface Summary
StreamListener  
 

Class Summary
BasicIVC Basic implementation of the IVC interface.
BasicIVCTester Tester for the BasicIVC implementation.
IOHandler  
IVCInitializer An Initializable which starts up IVC and loads plugins and persisters from the given ConfigFile.
QueueScheduler A basic queue-based scheduler.
QueueSchedulerTester Tester for QueueScheduler.
SIMOStreamRedirecterTester  
 

Package edu.iu.iv.common Description

This package contains all the basic implementations of the IVC System interfaces.

None of these classes should be directly instantiated except for BasicPlugin which provides for a programmatic way of creating a plugin (Rather than implementing Plugin they can instantate BasicPlugin with some arguments and get a Plugin from that). All the other classes should not be instantiated. Instances of these classes are gotten from the edu.iu.iv.core.IVC class.