Interface J2EEApplicationMBean

All Superinterfaces:
J2EEDeployedObjectMBean, J2EEManagedObjectMBean
All Known Implementing Classes:
J2EEApplication

public interface J2EEApplicationMBean extends J2EEDeployedObjectMBean
Identifies a J2EE application EAR that has been deployed.
  • Method Details

    • getmodules

      String[] getmodules()
      A list of J2EEModules that comprise this application. For each J2EE module that is utilized by this application, there must be one J2EEModule OBJECT_NAME in the modules list that identifies it.