Interface WebModuleMBean

All Superinterfaces:
J2EEDeployedObjectMBean, J2EEManagedObjectMBean, J2EEModuleMBean

public interface WebModuleMBean extends J2EEModuleMBean
The WebModule model identifies a deployed WAR module.
  • Method Details

    • getservlets

      String[] getservlets()
      A list of servlets contained in the deployed WAR module. For each servlet contained in the deployed WAR module there must be one Servlet OBJECT_NAME in the servlets list that identifies it.