Back Forward More about Connect Java rules
 

  1. About 
  2. New 
  3. Service 
  4. Constructor 
  5. Method 
  6. History 
  7. More... 

Calling activity

A Java connector is invoked from a connector activity — an activity with the Activity Type set to Connect that applies to a class derived from the Work- base class. Such activities can be referenced in an Integrator shape (Integrator) in a flow rule.

When you use the Connector wizard, the wizard generates a connector activity. You may need to fine-tune settings or steps in the generated rule. If you create a Java connector manually, you must also create the connector activity.

Connector activities have the following kinds of steps:

Performance statistics

For information on gathering performance information about this connector see Testing Services and Connectors, a document on the Integration pages of the PDN.

Simulation and testing

To debug your application before the Java connector is working, you can simulate a Java connector when the external system is unavailable or lacks a test environment. Create an instance of the Data-Admin-IS-Services class and appropriate simulation activities.

For more information on testing connectors, see Testing Services and Connectors, a document available on the Integration pages of the PDN.

Calling a Windows DLL

This rule type is useful when your application needs to call a capability provided by a Windows DLL. See How to call a Windows DLL Library.

Related topicsCreating Connector Simulations.
Connect-Java method
Using existing Java code — A comparison of design alternatives
How to detect long-running connectors

UpAbout Connect Java rules