| org.tigris.scarab.om.BaseModuleManager org.tigris.scarab.om.ModuleManager
ModuleManager | public class ModuleManager extends BaseModuleManager implements CacheListener(Code) | | This class manages Module objects.
author: John McNally version: $Id: ModuleManager.java 9977 2005-12-09 00:40:59Z hair $ |
Constructor Summary | |
public | ModuleManager() Creates a new ModuleManager instance. |
ModuleManager | public ModuleManager() throws TorqueException(Code) | | Creates a new ModuleManager instance.
exception: TorqueException - if an error occurs |
addedObject | public void addedObject(Persistent om)(Code) | | |
getInstance | public static Module getInstance(String moduleDomain, String moduleRealName, String moduleCode) throws TorqueException(Code) | | Get an instance of a Module by realName and code. If the result
!= 1, then throw a TorqueException.
FIXME: Use caching? John?
|
getInstanceImpl | protected Module getInstanceImpl(String moduleDomain, String moduleRealName, String moduleCode) throws TorqueException(Code) | | Get an instance of a Module by realName and code. If the result
!= 1, then throw a TorqueException.
FIXME: Use caching? John?
|
getInstancesFromIssueList | public static List getInstancesFromIssueList(List issues) throws TorqueException(Code) | | Create a list of Modules from the given list of issues. Each
Module in the list of issues will only occur once in the list of
Modules.
Parameters: issues - a List value a List value exception: TorqueException - if an error occurs |
getInterestedFields | public List getInterestedFields()(Code) | | fields which interest us with respect to cache events
|
refreshedObject | public void refreshedObject(Persistent om)(Code) | | |
registerAsListener | protected void registerAsListener()(Code) | | Notify other managers with relevant CacheEvents.
|
|
|