You are here: Reference > Rule types > Service Java rules

  About Service Java rules
 

Integration Services category
  1. About 
  2. New 
  3. Service 
  4. Parameters 
  5. Exceptions 
  6. History 
  7. More... 

C-1882 Using the Java Business Delegate pattern and the Java Session Facade pattern, the Java service interface makes service rules available to external, Java-based applications as if the service rules were public methods of a Java class.

To use Java service rules, PRPC must be deployed as an enterprise application, not as a Web application. When PRPC is deployed as an enterprise application, two EJBs (PRServiceStateless and PRServiceStateful) implement the session facade. They provide the public interface for remote and local access to PRPC Java and EJB services.

Java services generally process service requests synchronously. That is, they immediately perform their requested processing and return a configured return value while the calling application waits. However, you can configure Java services to process service requests asynchronously, which means the service queues the request for asynchronous execution and the calling application calls back later for the results. Additionally, you can configure synchronous Java services to check for specific error conditions that you expect will be temporary — work item locks, for example — and then queue service requests that fail for those reasons for another attempt at a later time.

Access

Use the Application Explorer to see Service Java rules in your application. Use the Records Explorer to list all Service Java rules that are available to you.

Category

Service Java rules belong to the Integration-Services category. A Service Java rule is an instance of the Rule-Service-Java rule type.

Related topics How to call PRPC through Java-based services
How to unit test a Service Java rule

Integration-Services category
Help System home pageHelp Home