Interface DataProviderLocal
-
public interface DataProviderLocalThe Interface DataProviderLocal. This class contains Constants (JNDINAME and MAPPED_NAME) and method to check data provider.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJNDINAMEThe Constant JNDINAME: "java:global/CometConfiguration/CometConfiguration!com.priint.pubserver.comet.config.DataProviderLocal"static java.lang.StringMAPPED_NAMEThe mapped name of the DataProvider Plugin
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CheckResultcheckDataProvider(java.lang.String projectIdentifier)Checks the data provider.
-
-
-
Field Detail
-
JNDINAME
static final java.lang.String JNDINAME
The Constant JNDINAME: "java:global/CometConfiguration/CometConfiguration!com.priint.pubserver.comet.config.DataProviderLocal"- See Also:
- Constant Field Values
-
MAPPED_NAME
static final java.lang.String MAPPED_NAME
The mapped name of the DataProvider Plugin
Use this name when requesting a Plugin instance from the PluginManager
.- See Also:
- Constant Field Values
-
-
Method Detail
-
checkDataProvider
CheckResult checkDataProvider(java.lang.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
-
-