The JobScheduler Operating Center (JOC) Cockpit is the end user interface for the JobScheduler Web Services application.
FEATURE AVAILABILITY STARTING FROM RELEASE 1.11
The JOC Cockpit and Web Servicesbrings a powerful new feature set to the JobScheduler. The architecture behind the JOC Cockpit is described in detail in the JOC Cockpit Architecture article. This article provides a summary of the features provided through the JOC Cockpit.
Dashboard
The JOC Cockpit Dashboard is the default view that is opened after a user logs onto the JOC Cockpit. It is an interface that provides users with an overview of the activities of their JobSchedulers as well as a starting point for accessing information and managing scheduling activities. In addition a number of functions can be executed directly from the Dashboard.
Multi-Client Capability
The JOC Cockpit allows to configure both shared and dedicated services over any number of JobScheduler Masters.
Authentication and Authorization
The JOC Cockpit brings user authentication and authorization to the JobScheduler. Authentication can either take place against an Apache ShiroTM compliant configuration, an LDAP compliant directory service or information stored in a database. Authentication against multiple realms is possible. Authorization is defined in Roles and Permissions and an example set of Roles and Permissions is provided with the JOC Cockpit installation. System administrators are able to define their own User Roles and Permission sets as required. The JOC Cockpit is able to handle authentication of multiple users and their authorization for multiple JobSchedulers simultaneously. It also includes an editor in the Manage Accounts view for the configuration of authentication and authorization.
Navigation and Usability
The JOC Cockpit uses modern display techniques to allow the clear representation and simplified configuration of potentially large numbers of JobScheduler objects.
Runtime Editor
Daily Plan and History
Multi-language capability
The JOC Cockpit is multi-language capable and, in particular, is able to handle Asian languages that require UTF-8.
- Read more .... CLARIFY
Technology
- The JOC Cockpit uses AngularJS for the GUI component.
- The JobScheduler Web Services implement a RESTful interface with Java.