+

Search Tips   |   Advanced Search

 

Access 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. This topic provides code excerpts that demonstrate how to obtain an AppManagementProxy instance in a variety of cases. This task assumes a basic familiarity with WAS programming interfaces and MBean programming. For information on WebSphere Application Server programming interfaces, see API documentation. For information on MBean programming, see MBean Java API documentation.

 

Overview

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

 

Procedure

 

Results

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

 

What to do next

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



Application management

 

Related tasks


Installing an application through programming