com.raritantechnologies.searchApp
Interface InitializableSystemObject

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
CollectionGatewayTagSource, SearchSourceTagSource

public interface InitializableSystemObject
extends IConfigurable

Defines a SystemObject that needs to be initialized after initial configuration initialization is done. The configuration manager will call this method the first time that the object instance is retrieved using the ConfigurationManager.getSystemObject( ) methods.
Developed by Raritan Technologies .

Author:
Ted Sullivan

Method Summary
 void init()
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

init

public void init()