EU.1. Entry Utilities

Entries are designed to be used in distributed algorithms for which exact-match lookup semantics are useful. An entry is a typed set of objects, each of which may be tested for exact match with a template. The details of entries and their semantics are discussed in The Jini Technology Core Platform Specification, “Entry”.

When designing entries, certain tasks are commonly done in similar ways. This specification defines a utility class for such common tasks.

EU.1.1. AbstractEntry

The class net.jini.entry.AbstractEntry is a specific implementation of Entry that provides useful implementations of equals, hashCode, and toString:

 package net.jini.entry; public abstract class AbstractEntry implements Entry { public boolean ...

Get Jini™ Specifications, The, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.