org.eclipse.higgins.configuration.api
Interface IConfigurableComponentFactory


public interface IConfigurableComponentFactory

Interface describing the common obejct factory methods

Author:
mikemci at us dot ibm dot com

Method Summary
 IConfigurableComponent getNewInstance()
          Get a new instance
 IConfigurableComponent getSingletonInstance()
          Get a singleton instance
 

Method Detail

getSingletonInstance

public IConfigurableComponent getSingletonInstance()
Get a singleton instance

Returns:
the same instance each time it is called

getNewInstance

public IConfigurableComponent getNewInstance()
Get a new instance

Returns:
a new instance each time it is called