Interface DomainRoot

  • All Superinterfaces:
    AMX_SPI, AMXProxy

    @Taxonomy(stability=UNCOMMITTED)
    @AMXMBeanMetadata(singleton=true,
                      globalSingleton=true)
    public interface DomainRoot
    extends AMXProxy
    The top-level interface for an appserver domain. Access to all other AMXProxy begins here.

    Not all children of DomainRoot have getter method; they could be added dynamically.

    The 'name' property in the ObjectName of DomainRoot is the name of the appserver domain. For example, appserver domains 'domain' and 'domain2' would have ObjectNames for DomainRoot as follows:

    amx:type=DomainRoot:name=domain1
    amx:type=DomainRoot:name=domain2
    
    Of course, these two MBeans would normally be found in different MBeanServers.