Transports and Interfaces: Siebel Enterprise Application Integration > EAI Java Business Service >

Restrictions for Implementing a Java Business Service


When implementing a Java business service, keep in mind the following recommendations and restrictions:

  • Each business service method invocation is atomic and stateless.
  • The explicit creation of threads is discouraged. It is not recommended that customers invoke a threaded component from a Java business service.
  • All data and context required to perform the necessary business functions must be provided as input to the class. The external Java class cannot call back into the Siebel application to obtain additional context.
Transports and Interfaces: Siebel Enterprise Application Integration Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.