org.moremotion.datasrc
Class DataSourceConfig
java.lang.Object
org.moremotion.config.Config
org.moremotion.datasrc.DataSourceConfig
public class DataSourceConfig
- extends Config
MoreMotion DataSource Configuration
- Version:
- $Id: DataSourceConfig.java 51 2008-03-10 11:46:54Z erkan $
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSourceConfig
public DataSourceConfig(ConfigUnit unit)
throws ConfigurationException
- Throws:
ConfigurationException
isLanguageSensitive
public boolean isLanguageSensitive()
- Returns
true
if the Data Source is language sensitive. A Data Source is marked as
Language Sensitive if any of its parameters contain a @vof(LANG)
definition.
getRefreshTimeout
public int getRefreshTimeout(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getResBundleName
public java.lang.String getResBundleName(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getUnitName
public java.lang.String getUnitName(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getAccessControlDefinition
public AccessControlDefinition getAccessControlDefinition(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getPrecond
public java.lang.String getPrecond(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getItemsPerPage
public int getItemsPerPage(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getPagesPerBlock
public int getPagesPerBlock(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getDebugLevel
public int getDebugLevel(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getScope
public char getScope()
getClassName
public java.lang.String getClassName()
- Returns the name of the class responsible to provide data for this Data Source
that implements
DataService
interface
Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.