JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Administering JBI Components for Oracle Java CAPS     Java CAPS Documentation
search filter icon
search icon

Document Information

Administering JBI Components

JBI Component Overview

Life Cycle States Within the JBI Framework

JBI Administration Tools Overview

Using the JBI Manager in the NetBeans IDE to Administer JBI Components

Using the Admin Console to Administer JBI Components

Starting the Admin Console

Administering JBI Components from the Admin Console

Using the asadmin Administrative Command Line Interface (CLI) to Administer JBI Components

JBI Commands and Options for asadmin CLI

JBI Command Options and Values

Starting the asadmin Utility

JBI Component Overview

Java Business Integration (JBI) is an implementation of the JSR 208 specification, developed as a way to implement a service-oriented architecture (SOA). JBI defines an environment that offers plug-in components that function as service providers (providers of services), service consumers (consumers of services) or both, and interact using a services model based directly on Web Services Description Language (WSDL) 2.0.

Java CAPS utilizes four types of JBI (Java Business Integration) Components:

Life Cycle States Within the JBI Framework

JBI components, service assemblies, and service units, each have life cycle states that are controlled by JBI administrative tools. The lifecycle states of service units are managed indirectly through the service assembly. These lifecycles can include Installed, Stopped, Started, Shutdown, Deploy, and so forth.

The JBI Runtime server persists the life cycle states of JBI Components. When the application server shuts down and then restarts, JBI Components revert to their state at the time the application server shut down.


Note - The JBI runtime attempts to revert to the “desired” state of a JBI component. For example, suppose you tried to start a JBI component but it did not start due to an error in the component. If you restart the Application Server, the JBI runtime attempts to start the component again.