OIPA Admin Console

Overview

Oracle Insurance Admin Console (OIAC) is a Web Application built to display OIPA execution metrics. Admin Console connects to OIPA via a JMX connection. Through this connection, OIPA publishes metric data that describes the executing functionality. Admin Console consumes the data and persists it to the Admin Console database. It captures,

  • Cycle – the cycle step’s identity, the cycle client grid identity, and the start and stop information.
  • Activity – execution of activity processing and its major processing methods including the start and stop information for all.

The Cycle and Activity results will be published to a JMX connection which an Admin Console listener will convert to persisted data. The Admin Console displays the persisted data that enables users to monitor the high level details of cycle progress in real time or near real time.

Through the Admin Console, the user can:

  • Monitor Cycle and Activity processes in different views, in both textual and graphical formats with past and present information.
  • Monitor cycle progress in terms of percentage of completed work.
  • View static data that aggregates information from the database.
  • View history of cycle/activity metric data.
  • Drill down through information to activity level.

A high level view of OIPA application publishing information to a connection consumed by OIPA Admin Console or another application like Enterprise Manager

Architecture

Architecture