org.apache.tapestry.engine.state
Class SOMRegistryImpl
java.lang.Object
org.apache.tapestry.engine.state.SOMRegistryImpl
- All Implemented Interfaces:
- StateObjectManagerRegistry
public class SOMRegistryImpl
- extends Object
- implements StateObjectManagerRegistry
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOMRegistryImpl
public SOMRegistryImpl()
initializeService
public void initializeService()
get
public StateObjectManager get(String objectName)
- Description copied from interface:
StateObjectManagerRegistry
- Returns the named
StateObjectManager
.
- Specified by:
get
in interface StateObjectManagerRegistry
setApplicationContributions
public void setApplicationContributions(Map applicationContributions)
setErrorLog
public void setErrorLog(org.apache.hivemind.ErrorLog errorLog)
setFactoryContributions
public void setFactoryContributions(Map factoryContributions)
setPersistenceManagers
public void setPersistenceManagers(Map persistenceManagers)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.