org.sape.carbon.core.component
Class DefaultComponentKeeperFactory
java.lang.Object
|
+--org.sape.carbon.core.component.DefaultComponentKeeperFactory
- All Implemented Interfaces:
- ComponentKeeperFactory
- public class DefaultComponentKeeperFactory
- extends Object
- implements ComponentKeeperFactory
Default implementation of ComponentKeeperFactory, returns an instance
of DefaultComponentKeeper.
Copyright 2002 Sapient
- Since:
- carbon 1.0
- Version:
- $Revision: 1.7 $($Author: dvoet $ / $Date: 2003/05/05 21:21:11 $)
- Author:
- Douglas Voet, April 2002
- See Also:
ComponentKeeperConfiguration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultComponentKeeperFactory
public DefaultComponentKeeperFactory()
getInstance
public ComponentKeeper getInstance(ComponentKeeperConfiguration configuration)
- Retrieves the correct instance of the component keeper.
- Specified by:
getInstance
in interface ComponentKeeperFactory
- Parameters:
configuration
- the configuration of the keeper
- Returns:
- the correct instance of the component keeper for this system
- See Also:
ComponentKeeperFactory.getInstance(ComponentKeeperConfiguration)
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.