+

Search Tips   |   Advanced Search

Accessing the application management function

The com.ibm.websphere.management.application.AppManagementProxy class provides uniform access to application management functionality, regardless of whether the functionality is accessed from the server process, administrative client process, or a stand-alone Java program in the absence of WebSphere Application Server. Use the code excerpts to learn how to obtain an AppManagementProxy instance in a variety of cases.

This task assumes a basic familiarity with WebSphere Application Server programming interfaces and MBean programming. Read about WAS programming interfaces and MBean programming in the application programming interfaces documentation.

Perform any of the following tasks to access application management functionality through programming.


Tasks

After you successfully create the AppManagementProxy class, we have access to application management functionality.


What to do next

We can perform various management tasks such as installing, uninstalling, editing, and so on.


Related:

  • Application management
  • Additional Application Programming Interfaces (APIs)
  • Install an application through programming