Package com.priint.pubserver.comet.config
Internal use only
-
Interface Summary Interface Description CometConfigurationCheckLocal The Interface CometConfigurationCheckLocal with JNDINAME and MAPPED_NAME.CometConfigurationLocal The Interface CometConfigurationLocal.CometConfigurationRemote Remote interface to access the comet configuration bean from external JVM.DataProviderLocal The Interface DataProviderLocal.EntityModelLocal The Interface EntityModelLocal. -
Class Summary Class Description CometIdInfo Information about a CometId usage (which configuration file, fieldName etc.). -
Enum Summary Enum Description CometIdInfo.Type The Enum Type.ReferenceBinding ReferenceBinding describes, how "tight" external references are bound to Comet configuration items. -
Annotation Types Summary Annotation Type Description CometDescription Annotation to tag a method to be responsible to specify a entities description.CometId Annotation to declare a field as a Comet Id field.
Id fields must match one of the following conditions: undefined (not yet defined) IDs must be set to 0 (ZERO) other IDs must denote an unique ID retrieved from the PublishingServer Kernel Fields tagged with the CometId Annotation will be calculated, whenever a new configuration is inserted or a configuration is updated.CometLabel Annotation to tag a method to be responsible to specify a entities label.CometReference Annotation to declare references and dependencies to other configuration items.CometReferences Annotation to tag a method to be responsible to specify a entities references.CometTypeConstraints Additional constraints for CometEntity typesObsolete Annotation to tag obsolete methods, classes, fields etc.
These elements can safely be ignored in a Publishing Server environment, but are required for legacy support of some client protocols and applications, therefore they are NOT marked as deprecated.Rework Annotation for classes, methods or interfaces that require some kind of refactoring; this also includes proof-of-concept solutions.