Understanding Java Connector Events Application Development

This list identifies the steps that you use when you write a Java class that serves as a Java connector subscriber. The steps are further explained in the code samples in this section.

  • Instantiate a connector object.

  • Login through the connector to the JD Edwards EnterpriseOne system.

  • Instantiate an EventService object (not required for introspection operations).

  • Perform introspection operations (optional).

  • Create a session and receive events (optional).

  • Logoff from JD Edwards EnterpriseOne.

  • Shut the connector down.

You can create two types of Event Sessions, asynchronous and synchronous, to receive events through the Java connector.