An identified listener. A listener has an Integer id that is
unique per connector server. It selects notifications based on the
ObjectName of the originator and an optional
NotificationFilter.
Two ListenerInfo objects are considered equal if and only if
they have the same listenerId. This means that ListenerInfo
objects can be stored in a Set or Map and retrieved using another
ListenerInfo with the same listenerId but arbitrary ObjectNme and
NotificationFilter values. |