Interface DataProviderLocal
public interface DataProviderLocal
The Interface DataProviderLocal. This class contains Constants (JNDINAME and MAPPED_NAME) and method to check data provider.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncheckDataProvider(String projectIdentifier) Checks the data provider.
-
Field Details
-
JNDINAME
The Constant JNDINAME: "java:global/CometConfiguration/CometConfiguration!com.priint.pubserver.comet.config.DataProviderLocal"- See Also:
-
MAPPED_NAME
The mapped name of the DataProvider Plugin
Use this name when requesting a Plugin instance from the PluginManager
.- See Also:
-
-
Method Details
-
checkDataProvider
CheckResult checkDataProvider(String projectIdentifier) throws CometException, InvalidSessionException Checks the data provider.
- Parameters:
projectIdentifier- the project identifier- Returns:
- CheckResult
- Throws:
CometException- the comet exceptionInvalidSessionException- the invalid session exception
-