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