Interface EJBModuleMBean

All Superinterfaces:
J2EEDeployedObjectMBean, J2EEManagedObjectMBean, J2EEModuleMBean

public interface EJBModuleMBean extends J2EEModuleMBean
Identifies a deployed EJB JAR module.
  • Method Details

    • getejbs

      String[] getejbs()
      A list of EJB components contained in the deployed EJB JAR module. For each EJB component contained in the deployed EJB JAR there must be one EJB OBJECT_NAME in the ejbs list that identifies it.