| java.lang.Object biz.hammurapi.web.interaction.InteractionFactory
InteractionFactory | public class InteractionFactory implements DataAccessObject,Component(Code) | | Creates and keeps cache of interaction instances.
author: Pavel Vlasov |
Inner Class :public static class InteractionDefinition extends InteractionImpl implements DataAccessObject | |
createInterpreter | static Interpreter createInterpreter(Map context) throws EvalError(Code) | | |
getEngine | public InteractionEngine getEngine()(Code) | | |
getIdentityManager | public IdentityManager getIdentityManager()(Code) | | |
getInteraction | public InteractionDefinition getInteraction(int id) throws SQLException(Code) | | Gets instance from cache or loads from the database.
Parameters: id - InteractionInstance throws: SQLException - |
invalidateInteractions | void invalidateInteractions()(Code) | | |
setSQLProcessor | public void setSQLProcessor(SQLProcessor processor) throws SQLException(Code) | | |
start | public void start() throws ConfigurationException(Code) | | |
stop | public void stop() throws ConfigurationException(Code) | | |
|
|