Use of JVM id and Event Notifier pattern  
Author Message
bbhumkar





PostPosted: 2003-8-6 3:32:00 Top

java-programmer, Use of JVM id and Event Notifier pattern In our design for event subscription/publication, a JVM id is used to
identify the event channels (or event brokers). The JVM id refers to
an EventChannel on a host and there will be one EventChannel per host.

FYI, More information about Event Notifier pattern is available at:

http://members.ispwest.com/jeffhartkopf/notifier/

Is it okay to refer to JVM id (kernel level details) to identify a
user level class like EventChannel ? I feel that EventChannel should
be referred by some other way.


Any pointers will be appreciated.


B.