org.apache.tapestry.engine.state
Class SOMRegistryImpl

java.lang.Object
  extended by 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

Constructor Summary
SOMRegistryImpl()
           
 
Method Summary
 StateObjectManager get(String objectName)
          Returns the named StateObjectManager.
 void initializeService()
           
 void setApplicationContributions(Map applicationContributions)
           
 void setErrorLog(org.apache.hivemind.ErrorLog errorLog)
           
 void setFactoryContributions(Map factoryContributions)
           
 void setPersistenceManagers(Map persistenceManagers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOMRegistryImpl

public SOMRegistryImpl()
Method Detail

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.