| JUMPModule defines the methods for a module
that resides in the JUMP executive. Every module implementation will be
specified using a Java interface or an abstract class
which will serve as the service contract.
The exact mechanism of how
the services are discovered and loaded by the JUMPExecutive is upto
the implementation of the executive.
|