Interface J2EEDomainMBean

  • All Superinterfaces:
    J2EEManagedObjectMBean

    public interface J2EEDomainMBean
    extends J2EEManagedObjectMBean
    The J2EEDomain managed object type represents a management domain. There must be one managed object that implements the J2EEDomain model per management domain. All servers and applications associated with the same domain must be accessible from the J2EEDomain managed object.
    • Method Detail

      • getservers

        java.lang.String[] getservers()
        A list of all J2EE Servers in this domain. For each J2EE Server running in the domain, there must be one J2EEServer OBJECT_NAME in the servers list that identifies it.