AgentView Interfaces Layer Administration

The AgentViewClosed The graphical user interface of the CMP that is typically used by Customer Service Agents to access CMP customer and billing data. In versions prior to CMP 8.0, this was called the CMP GUI. Interfaces Layer contains the business logic used by the AgentView userClosed A person with the capability to log in to the CMP GUI software, such as a customer service advisor or agent. interface to access the CMPClosed Converged Monetisation Platform. The MDS Global product that supports customer care and billing for digital service providers. database.

Deployment

The interfaces layer is accessed via RMIClosed Remote Method Invocation. A Java system that allows an object running in one Java Virtual Machine (VM) to invoke methods of an object running in another Java VM./JRMP and then connects to the CMP database via JDBCClosed Java Database Connectivity. The application programming interface (API) that allows Java programs to access databases..

The AgentView Interfaces Layer is installed as a set of Enterprise JavaClosed A widely used object-oriented programming language that is designed for use in the distributed environment of the internet. It is the most popular programming language for Android smartphone applications Beans (EJBs) to a JBossClosed An open-source, cross-platform Java application server developed by JBoss, a division of Red Hat Inc. JBoss AS is an open-source implementation of Java 2 Enterprise Edition (J2EE) that is used for implementing Java applications and other web-based applications and software. JBoss is an open source alternative to commercial offerings from IBM WebSphere and SAP NetWeaver. Enterprise Application Platform (EAP). The business logic is shared with the Published Interfaces Layer such that AgentView and the CMP SOAP Web Services expose functions in a consistent manner.

For information on how to deploy the AgentView Interfaces Layer, see the CMP Installation Guide.

Starting

The AgentView Interfaces Layer is deployed to a JBoss Server instance and thus starts when the server instance service starts. To start the service, use the following command:

sudo systemctl start eap7-standalone

To restart the JBoss service, use the following command:

sudo systemctl restart eap7-standalone

Stopping

The AgentView Interfaces Layer is deployed to a JBoss Server instance and thus stops when the server instance service is killed. To stop the service, use the following command:

sudo systemctl stop eap7-standalone

Monitoring Status

To check the status of the JBoss service, use the following command:

sudo systemctl status eap7-standalone

Check the log file for any errors – sometimes the process is still running but not functioning.

Configuration

During installation and deployment, you need to configure the name of the host(s) on which the Published Interfaces Layer will be installed.

Logs

The Summary File generated at the end of the installation process provides the location of log files for JBoss service, for example:

JBoss

======

Logs:

Host: server2.example.demo.com

Path: /var/log/eap7/server.log