com.mmm.cms.util
Interface Initializable

All Known Subinterfaces:
HomeHealthGrouperFactoryIF, HomeHealthGrouperIF
All Known Implementing Classes:
GrouperDataManager, GrouperDataManager_v2308, GrouperVersion_v2308_1, GrouperVersion_v2308_2, GrouperVersion_v2409_1, GrouperVersion_v3110_1, GrouperVersion_v3210, GrouperVersion0203cAndPrior, HomeHealthGrouperFactory

public interface Initializable

Provides a consistent way to initialize the properties of an object


Method Summary
 void init(java.util.Properties config)
          This method initializes the implementation class.
 

Method Detail

init

void init(java.util.Properties config)
          throws java.lang.Exception
This method initializes the implementation class. The class should be ready if it does not through an Exception.

Parameters:
properties -
Throws:
java.lang.Exception - The exception description.