|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.moremotion.config.ConfigCache
public class ConfigCache
Constructor Summary | |
---|---|
ConfigCache()
Creates a new instance of ConfigCache |
Method Summary | |
---|---|
static boolean |
addUnit(java.lang.String type,
java.lang.String name,
ConfigUnit unit)
Stores the given Configuration Unit in the internal cache. |
static ConfigUnit |
getUnit(java.lang.String type,
java.lang.String name)
Returns the ConfigUnit associated with the specified type and name. |
static void |
removeIdleUnits(java.lang.String refId)
Removes the Configuration Units that are contained in the specified file |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigCache()
Method Detail |
---|
public static boolean addUnit(java.lang.String type, java.lang.String name, ConfigUnit unit)
DataSourceManager
or
ActionServiceManager
can recognise and recompile it.
public static ConfigUnit getUnit(java.lang.String type, java.lang.String name)
"dataSource|products"
, the
type parameter is ignored.
type
- The Unit Typename
- The Unit Namepublic static void removeIdleUnits(java.lang.String refId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |