Module org.eclipse.persistence.core
Package org.eclipse.persistence.config
Class CacheCoordinationProtocol
java.lang.Object
org.eclipse.persistence.config.CacheCoordinationProtocol
Cache coordination protocol persistence property values.
JPA persistence property Usage:
properties.add(PersistenceUnitProperties.COORDINATION_PROTOCOL, CacheCoordinationProtocol.RMI);
Property values are case-insensitive.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final. -
Method Summary
-
Field Details
-
RMI
- See Also:
-
RMIIIOP
- See Also:
-
JMS
- See Also:
-
JMSPublishing
- See Also:
-
JGROUPS
- See Also:
-
-
Constructor Details
-
CacheCoordinationProtocol
Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final. It is not designed for extensibility.
-