com.objectwave.configuration
Interface CreationStrategy

All Known Implementing Classes:
DefaultCreationStrategy, EjbPropertyLookup, JndiPropertyLookup

public interface CreationStrategy

Different ways to get a Properties object.

Version:
$Id: CreationStrategy.java,v 2.0 2001/06/11 15:46:53 dave_hoag Exp $
Author:
dhoag

Method Summary
 java.util.Properties getOrCreateProperties(java.lang.String categoryId, java.lang.Object context)
          Gets the OrCreateProperties attribute of the CreationStrategy object
 

Method Detail

getOrCreateProperties

public java.util.Properties getOrCreateProperties(java.lang.String categoryId,
                                                  java.lang.Object context)
Gets the OrCreateProperties attribute of the CreationStrategy object

Parameters:
categoryId -
context -
Returns:
The OrCreateProperties value