© 2005 BEA Systems, Inc.

com.bea.p13n.management.inventory.tool.appresident.servlet
Class InventoryManagmentServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.bea.p13n.management.inventory.tool.appresident.servlet.InventoryManagmentServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class InventoryManagmentServlet
extends HttpServlet

The InventoryManagmentServlet allows a remote HTTP client manage inventory. This servlet will allow remote clients to download, upload, diff, validate, and commit inventory into the system. It does not allow for control over the diffrences when being commited. The diff is only provied as a last chance to see what will change when a commit happens. This servlet requires user to have valid user and password to the administration of the system.

Example URL: http://host:port/oam/inventoryservices?j_username=test&j_password=test&op=DOWNLOAD&client=script&filename=inventory.zip

Valid operations:
DOWNLOAD - Used to download the current application inventory.
`

COMMIT - Used to commit last uploaded inventory file to system.
VALIDATE - Used to validated uploaded inventory.