|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.eclipse.persistence.config.CacheCoordinationProtocol
public class CacheCoordinationProtocol
Cache coordination protocol persistence property values.
JPA persistence property Usage:
properties.add(PersistenceUnitProperties.CacheCoordinationProtocol, CacheCoordinationProtocol.RMI);
Property values are case-insensitive.
PersistenceUnitProperties.COORDINATION_PROTOCOL| Field Summary | |
|---|---|
static java.lang.String |
JMS |
static java.lang.String |
JMSPublishing |
static java.lang.String |
RMI |
static java.lang.String |
RMIIIOP |
| Constructor Summary | |
|---|---|
CacheCoordinationProtocol() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String RMI
public static final java.lang.String RMIIIOP
public static final java.lang.String JMS
public static final java.lang.String JMSPublishing
| Constructor Detail |
|---|
public CacheCoordinationProtocol()
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||