Package com.admc.jamama

Essential central classes for the Jamama application, and some classes shared among other packages.

See:
          Description

Interface Summary
Configurable Configurable classes may be loaded and saved by the Jamama class.
Director Routing Director.
MitGenerator Generates Mits Non-generators can make mits by cloning an existing Mit.
Repository Generic data fetcher/saver/remover interface to a storage receptacle backend like a DB or a filesystem branch.
Router A Configurable Jamama object that can filter/forward/consume a Mit.
Server Jamama Configurable objects which can run.
ThirdPartyConfiguror Wrapper class that allows classes that haven't been implemented to be Configurable, to be so.
 

Class Summary
ClassRepositoryMap Convenience wrapper class to do class casting and validation.
ClassReposMapMap Convenience wrapper class to do class casting and validation.
Jamama The top-level class for the Jamama application.
Mit Messsage-In-Transit.
StringRepositoryMap Convenience wrapper class to do class casting and validation.
 

Exception Summary
JamamaException Generic Exception for Jamama-specific use.
UndefinedNameException Attempt to use a name that has not been defined in the current context.
UnsupportedClassException Attempt to use an unsupported class.
 

Package com.admc.jamama Description

Essential central classes for the Jamama application, and some classes shared among other packages.