| java.lang.Object org.obe.engine.repository.AbstractRepository org.obe.runtime.tool.BasicToolAgentFactory
BasicToolAgentFactory | public class BasicToolAgentFactory extends AbstractRepository implements ToolAgentFactory(Code) | | Standard implementation of a tool agent factory. The tool repository is used
to retrieve applications and procedures at runtime. Procedures are pieces of
code which are executed directly in the workflow engine, whereas applications
are executed by worklist handlers on behalf of users.
author: Adrian Price |
getLogger | protected Log getLogger()(Code) | | |
Methods inherited from org.obe.engine.repository.AbstractRepository | protected synchronized void clear()(Code)(Java Doc) protected void createEntry(AbstractMetaData metaData) throws RepositoryException(Code)(Java Doc) protected synchronized Entry createEntry(String key, AbstractMetaData metaData, Object instance) throws RepositoryException(Code)(Java Doc) protected synchronized void deleteEntry(String key) throws RepositoryException(Code)(Java Doc) public synchronized void exit()(Code)(Java Doc) protected Entry[] findEntries()(Code)(Java Doc) protected Entry findEntry(String key, boolean throwException) throws RepositoryException(Code)(Java Doc) protected Object findInstance(String key, boolean throwException) throws RepositoryException(Code)(Java Doc) protected synchronized AbstractMetaData[] findMetaData()(Code)(Java Doc) protected AbstractMetaData findMetaData(String key, boolean throwException) throws RepositoryException(Code)(Java Doc) protected AbstractMetaData findObjectType(String className) throws RepositoryException(Code)(Java Doc) protected AbstractMetaData[] findObjectTypes()(Code)(Java Doc) protected String getConfigurationFileName()(Code)(Java Doc) protected static Log getLog(Class clazz)(Code)(Java Doc) abstract protected Log getLogger()(Code)(Java Doc) final public ServiceManager getServiceManager()(Code)(Java Doc) public synchronized void init() throws IOException, RepositoryException(Code)(Java Doc) public synchronized boolean isInitialized()(Code)(Java Doc) protected synchronized void load() throws RepositoryException, IOException(Code)(Java Doc) protected void registerObjectType(AbstractMetaData objectType) throws ObjectAlreadyExistsException(Code)(Java Doc) public synchronized void store()(Code)(Java Doc) protected Entry updateEntry(String key, AbstractMetaData metaData) throws RepositoryException(Code)(Java Doc) protected synchronized Entry updateEntry(String key, AbstractMetaData metaData, Object implementation) throws RepositoryException(Code)(Java Doc)
|
|
|