Understanding Java Connector Events

The Java connector provides a set of APIs that you can use to receive events when you establish a subscriber in JD Edwards EnterpriseOne with a JAVACONN transport type. When using the events portion of the Java connector, you connect directly to the JD Edwards EnterpriseOne Transaction server to receive events that have been placed in the subscriber queue.

Note: The terms Java connector and dynamic Java connector refer to the dynamic Java connector. The APIs and the sample code reside in subpackages underneath the com.jdedwards.system.connector.dynamic package. All classes for the dynamic Java connector (not including the sample applications) reside in the Connector.jar file. Putting the Connector.jar file on the CLASSPATH is sufficient for working with the dynamic Java connector and the events operations.