Uses of Interface
org.glassfish.admin.amx.core.AMX_SPI
-
Packages that use AMX_SPI Package Description org.glassfish.admin.amx.base org.glassfish.admin.amx.config Generic AMX config MBean interfaces.org.glassfish.admin.amx.core Core AMX api and utilities.org.glassfish.admin.amx.core.proxy org.glassfish.admin.amx.impl.config org.glassfish.admin.amx.impl.j2ee org.glassfish.admin.amx.impl.mbean org.glassfish.admin.amx.impl.util org.glassfish.admin.amx.j2ee org.glassfish.admin.amx.logging org.glassfish.admin.amx.monitoring Top-level monitoring interfaces. -
-
Uses of AMX_SPI in org.glassfish.admin.amx.base
Subinterfaces of AMX_SPI in org.glassfish.admin.amx.base Modifier and Type Interface Description interfaceBulkAccessBulk access to various JMX constructs.interfaceDomainRootThe top-level interface for an appserver domain.interfaceExt"Ex" = extensions: any additional MBeans, especially those that are derivative and/or have other dependencies than amx-core.interfacePathnamesThe Pathnames MBean--utilities for working with pathnames and MBeans.interfaceQuerySupports various types of queries to find MBeans in the AMX domain only; does not query all MBeans in all domains, only those in the AMX domain.interfaceRealmsinterfaceRuntimeRootinterfaceSampleInterface for a sample MBean , used as target for sample and test code.interfaceServerRuntimeParent MBean for all add-on runtime MBeans (excluding monitoring and JSR 77) that are associated with a particular server.interfaceSingletonA marker interface which indicates that this MBean is one-of-a-kind *within its scope*.interfaceSystemInfoProvides information about the capabilities of the running server.interfaceToolsUseful informational tools. -
Uses of AMX_SPI in org.glassfish.admin.amx.config
Subinterfaces of AMX_SPI in org.glassfish.admin.amx.config Modifier and Type Interface Description interfaceAMXConfigProxyDeprecated.Extending this proxy interface implies that the class is part of the MBean API for configuration, that the interface is a dynamic proxy to a config MBean. -
Uses of AMX_SPI in org.glassfish.admin.amx.core
Subinterfaces of AMX_SPI in org.glassfish.admin.amx.core Modifier and Type Interface Description interfaceAMXProxyAn AMXProxy offers generic access to any AMX-compliant MBean, including the ability to navigate upwards to the Parent MBean, find all children or those of a particular type or name, to get all metadata, atttributes, or to invoke any method.interfaceExtraDeprecated.Extra information available about eachAMXProxy. -
Uses of AMX_SPI in org.glassfish.admin.amx.core.proxy
Classes in org.glassfish.admin.amx.core.proxy that implement AMX_SPI Modifier and Type Class Description classAMXProxyHandlerDeprecated.Extends MBeanProxyHandler by also supporting the functionality required of an AMX. -
Uses of AMX_SPI in org.glassfish.admin.amx.impl.config
Classes in org.glassfish.admin.amx.impl.config that implement AMX_SPI Modifier and Type Class Description classAMXConfigImplBase class from which all AMX Config MBeans should derive (but not "must"). -
Uses of AMX_SPI in org.glassfish.admin.amx.impl.j2ee
Classes in org.glassfish.admin.amx.impl.j2ee that implement AMX_SPI Modifier and Type Class Description classAppClientModuleImplclassDASJ2EEDomainImplclassDASJ2EEServerImplJSR 77 extension representing an Appserver standalone server (non-clustered) Server MBean which will reside on DAS for enabling state management including start() and stop()classEJBImplBaseParent type for the various EJB types.classEJBModuleImplclassEntityBeanImplclassJ2EEApplicationImplclassJ2EEDeployedObjectImplBaseclassJ2EEDomainImplBase implementation for the J2EEDomain for DAS and non-DAS server instances.classJ2EELogicalServerImplBaseBase interface only (for cluster and standalone server)classJ2EEManagedObjectImplBaseclassJ2EEModuleImplBaseclassJ2EEResourceImplBaseclassJ2EEServerImplJSR 77 extension representing an Appserver standalone server (non-clustered).classJavaMailResourceImplclassJCAConnectionFactoryImplclassJCAManagedConnectionFactoryImplclassJCAResourceImplclassJDBCDataSourceImplclassJDBCDriverImplclassJDBCResourceImplclassJMSResourceImplclassJNDIResourceImplclassJTAResourceImplclassJVMImplIdentifies a Java VM being utilized by a server.classMessageDrivenBeanImplclassResourceAdapterImplclassResourceAdapterModuleImplclassRMI_IIOPResourceImplclassServletImplclassSessionBeanImplBaseclassSingletonSessionBeanImplclassStatefulSessionBeanImplclassStatelessSessionBeanImplclassURLResourceImplclassWebModuleImpl -
Uses of AMX_SPI in org.glassfish.admin.amx.impl.mbean
Classes in org.glassfish.admin.amx.impl.mbean that implement AMX_SPI Modifier and Type Class Description classAMXImplBaseBase class from which all AMX MBeans should derive (but not "must").classBulkAccessImplclassDomainRootImplclassExtImplExtensions.classLoggingImplDeprecated.from Payara 5.193 as does not appear to be usedclassMonitoringRootImplclassPathnamesImplGlassFish V3 dotted names implementation (MBean).classQueryMgrImplclassRealmsImplAMX Realms implementation.classRuntimeRootImplAMX RealmsMgr implementation.classSampleImplclassServerMonitoringImplclassServerRuntimeImplParent for all runtime-related MBeans for a particular serverclassSystemInfoImplLoaded as MBean "amx:j2eeType=X-SystemInfo,name=na"classToolsImplConstructor parameters in org.glassfish.admin.amx.impl.mbean with type arguments of type AMX_SPI Constructor Description AMXImplBase(ObjectName parentObjectName, Class<? extends AMX_SPI> intf) -
Uses of AMX_SPI in org.glassfish.admin.amx.impl.util
Methods in org.glassfish.admin.amx.impl.util with type parameters of type AMX_SPI Modifier and Type Method Description static <T extends AMX_SPI>
MBeanInfoMBeanInfoSupport. getMBeanInfo(Class<T> intf) -
Uses of AMX_SPI in org.glassfish.admin.amx.j2ee
Subinterfaces of AMX_SPI in org.glassfish.admin.amx.j2ee Modifier and Type Interface Description interfaceAppClientModuleinterfaceEJBParent type for the various EJB types.interfaceEJBModuleinterfaceEntityBeaninterfaceJ2EEApplicationinterfaceJ2EEDeployedObjectinterfaceJ2EEDomainThe discovery and navigation of all managed objects in the J2EE management system begins with the J2EEDomain.interfaceJ2EELogicalServerBase interface only (for cluster and standalone server)interfaceJ2EEManagedObjectThe J2EEManagedObject model is the base model of all managed objects in the J2EE Management Model.interfaceJ2EEModuleinterfaceJ2EEResourceJ2EEResource is the base model for all J2EE resources.interfaceJ2EEServerinterfaceJavaMailResourceinterfaceJCAConnectionFactoryinterfaceJCAManagedConnectionFactoryinterfaceJCAResourceinterfaceJDBCDataSourceinterfaceJDBCDriverinterfaceJDBCResourceinterfaceJMSResourceinterfaceJNDIResourceinterfaceJTAResourceinterfaceJVMIdentifies a Java VM being utilized by a server.interfaceMessageDrivenBeaninterfaceResourceAdapterinterfaceResourceAdapterModuleinterfaceRMI_IIOPResourceinterfaceServletinterfaceSessionBeaninterfaceSingletonSessionBeaninterfaceStatefulSessionBeaninterfaceStatelessSessionBeaninterfaceURLResourceinterfaceWebModuleA J2EE WebModule. -
Uses of AMX_SPI in org.glassfish.admin.amx.logging
Subinterfaces of AMX_SPI in org.glassfish.admin.amx.logging Modifier and Type Interface Description interfaceLoggingSupports accessing logging information in multiple ways. -
Uses of AMX_SPI in org.glassfish.admin.amx.monitoring
Subinterfaces of AMX_SPI in org.glassfish.admin.amx.monitoring Modifier and Type Interface Description interfaceMonitoringRootTop-level interface for accessing all MonitoringRoot information.interfaceServerMonTop-level interface for accessing all monitoring information for a particular server.
-