Java Persistence API (JPA) Extensions Reference for EclipseLink, Release 2.5
  Go To Table Of Contents
 Search
 PDFComments
Comments


cache.coordination.rmi.announcement-delay

Use eclipselink.cache.coordination.rmi.announcement-delay to set the time (in milliseconds) to wait for announcements from other cluster members on startup.


Values

Table 5-14 describes this persistence property's values.

Table 5-14 Valid Values for cache.coordination.rmi.announcement-delay

Value Description

Numeric

Time (in milliseconds) to wait for announcements, on startup.

Default: 1000



Usage

Use this property for RMI coordination (when eclipselink.cache.coordination.protocol = rmi).


Examples

See Example 5-7 to learn how to use this property in the persistence.xml file.


See Also

For more information, see: