public class SiteConfigurationInputModule extends AbstractLogEnabled implements InputModule, ThreadSafe, Serviceable
Modifier and Type | Field and Description |
---|---|
private SiteManager |
_siteManager |
ROLE
Constructor and Description |
---|
SiteConfigurationInputModule() |
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String name,
Configuration modeConf,
Map objectModel) |
Iterator |
getAttributeNames(Configuration modeConf,
Map objectModel) |
Object[] |
getAttributeValues(String name,
Configuration modeConf,
Map objectModel) |
void |
service(ServiceManager smanager) |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
private SiteManager _siteManager
public SiteConfigurationInputModule()
public void service(ServiceManager smanager) throws ServiceException
service
in interface Serviceable
ServiceException
public Object getAttribute(String name, Configuration modeConf, Map objectModel) throws ConfigurationException
getAttribute
in interface InputModule
ConfigurationException
public Iterator getAttributeNames(Configuration modeConf, Map objectModel) throws ConfigurationException
getAttributeNames
in interface InputModule
ConfigurationException
public Object[] getAttributeValues(String name, Configuration modeConf, Map objectModel) throws ConfigurationException
getAttributeValues
in interface InputModule
ConfigurationException