Uses of Interface
org.glassfish.admin.amx.core.AMXProxy
-
Packages that use AMXProxy 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.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.org.glassfish.admin.amx.util Core AMX utilities. -
-
Uses of AMXProxy in org.glassfish.admin.amx.base
Subinterfaces of AMXProxy 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.Methods in org.glassfish.admin.amx.base that return AMXProxy Modifier and Type Method Description AMXProxyQuery. getGlobalSingleton(String type)AMXProxy[]Query. getGlobalSingletons()AMXProxyDomainRoot. getJ2EEDomain()For module dependency reasons, the returned object must be cast to the appropriate type, as it cannot be used here.AMXProxy[]Query. queryDescendants(ObjectName parentObjectName)Methods in org.glassfish.admin.amx.base that return types with arguments of type AMXProxy Modifier and Type Method Description Set<AMXProxy>Query. queryAll()Return all AMX MBeansSet<AMXProxy>Query. queryName(String name)Return allAMXProxyhaving the specified name.Set<AMXProxy>Query. queryPattern(ObjectName pattern)Return all AMX whose ObjectName matches the supplied pattern, as defined by the JMX specification.Set<AMXProxy>Query. queryProps(String props)Return all AMX MBeans matching the specfied ObjectName propertiesSet<AMXProxy>Query. queryType(String type)Set<AMXProxy>Query. queryTypeName(String type, String name)Return all AMX whose type and name matches.Set<AMXProxy>Query. queryTypes(Set<String> type)Set<AMXProxy>Query. queryWildAll(String[] wildKeys, String[] wildValues)Return all AMX MBeans whose whose ObjectName matches all property expressions. -
Uses of AMXProxy in org.glassfish.admin.amx.config
Subinterfaces of AMXProxy 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 AMXProxy in org.glassfish.admin.amx.core
Subinterfaces of AMXProxy in org.glassfish.admin.amx.core Modifier and Type Interface Description interfaceExtraDeprecated.Extra information available about eachAMXProxy.Methods in org.glassfish.admin.amx.core with type parameters of type AMXProxy Modifier and Type Method Description <T extends AMXProxy>
TAMXProxy. as(Class<T> intf)Return a proxy implementing the specified interface.static <T extends AMXProxy>
List<T>Util. asProxyList(Collection<? extends AMXProxy> c, Class<T> intf)<T extends AMXProxy>
TAMXProxy. child(Class<T> intf)Get a singleton child.<T extends AMXProxy>
Map<String,T>AMXProxy. childrenMap(Class<T> intf)Get all children of the same type.static <T extends AMXProxy>
Map<String,T>Util. createNameMap(Set<T> amxs)Create a Map keyed by the value of the NAME_KEY with value the AMX item.static <T extends AMXProxy>
Map<String,T>Util. filterAMX(Map<String,T> candidates, Class<?> desired)Filter the AMX dynamic proxies to those that implement the specified interface, and return a new Map with the matching items.static <T extends AMXProxy>
Set<T>Util. filterAMX(Set<T> candidates, Class<?> desired)Filter the AMX dynamic proxies to those that implement the specified interface, and return a new Set with the matching items.Methods in org.glassfish.admin.amx.core that return AMXProxy Modifier and Type Method Description static AMXProxyUtil. asAMX(Object o)A safe way to cast to AMX.AMXProxyAMXProxy. child(String type)Get a singleton child of the specified type.AMXProxyAMXProxy. parent()MBean MUST return an ObjectName.Methods in org.glassfish.admin.amx.core that return types with arguments of type AMXProxy Modifier and Type Method Description Map<String,AMXProxy>AMXProxy. childrenMap(String type)Get all children of a specified type, keyed by the name as found in the ObjectName.Map<String,Map<String,AMXProxy>>AMXProxy. childrenMaps()Get Maps keyed by type, with a Map keyed by name.Set<AMXProxy>AMXProxy. childrenSet()Get all existing children of all types.Class<? extends AMXProxy>MetaGetters. genericInterface()Deprecated.From Descriptor: get the generic interface for this MBean eg AMXProxy or AMXConfigProxy or (possibly) something else.Methods in org.glassfish.admin.amx.core with parameters of type AMXProxy Modifier and Type Method Description static StringUtil. getParentPathProp(AMXProxy amx)static ObjectName[]Util. toObjectNamesArray(AMXProxy[] amx)Method parameters in org.glassfish.admin.amx.core with type arguments of type AMXProxy Modifier and Type Method Description static <T extends AMXProxy>
List<T>Util. asProxyList(Collection<? extends AMXProxy> c, Class<T> intf)static List<ObjectName>Util. toObjectNameList(Collection<? extends AMXProxy> amxs)static Map<String,ObjectName>Util. toObjectNameMap(Map<String,? extends AMXProxy> amxMap)static ObjectName[]Util. toObjectNamesArray(Collection<? extends AMXProxy> amxs) -
Uses of AMXProxy in org.glassfish.admin.amx.core.proxy
Classes in org.glassfish.admin.amx.core.proxy that implement AMXProxy Modifier and Type Class Description classAMXProxyHandlerDeprecated.Extends MBeanProxyHandler by also supporting the functionality required of an AMX.Methods in org.glassfish.admin.amx.core.proxy with type parameters of type AMXProxy Modifier and Type Method Description <T extends AMXProxy>
TAMXProxyHandler. as(Class<T> intf)Deprecated.convert to specified class.<T extends AMXProxy>
TAMXProxyHandler. child(Class<T> intf)Deprecated.<T extends AMXProxy>
TAMXProxyHandler. child(String type, Class<T> intf)Deprecated.<T extends AMXProxy>
TAMXProxyHandler. child(String type, String name, Class<T> intf)Deprecated.<T extends AMXProxy>
Map<String,T>AMXProxyHandler. childrenMap(Class<T> intf)Deprecated.<T extends AMXProxy>
Map<String,T>AMXProxyHandler. childrenMap(String type, Class<T> intf)Deprecated.<T extends AMXProxy>
Set<T>AMXProxyHandler. childrenSet(String type, Class<T> intf)Deprecated.protected <T extends AMXProxy>
TAMXProxyHandler. getProxy(ObjectName objectName, Class<T> intf)Deprecated.<T extends AMXProxy>
TProxyFactory. getProxy(ObjectName objectName, Class<T> intf)Deprecated.Get any existing proxy, returning null if none exists and 'create' is false.Methods in org.glassfish.admin.amx.core.proxy that return AMXProxy Modifier and Type Method Description AMXProxyAMXProxyHandler. child(String type)Deprecated.protected AMXProxyAMXProxyHandler. getProxy(ObjectName objectName)Deprecated.AMXProxyProxyFactory. getProxy(ObjectName objectName)Deprecated.Call getProxy(objectName, getGenericAMXInterface()AMXProxyAMXProxyHandler. parent()Deprecated.AMXProxy[]ProxyFactory. toProxy(ObjectName[] objectNames)Deprecated.Array entries for MBeans that are no longer registered will contain null values.Methods in org.glassfish.admin.amx.core.proxy that return types with arguments of type AMXProxy Modifier and Type Method Description Map<String,AMXProxy>AMXProxyHandler. childrenMap(String type)Deprecated.Map<String,Map<String,AMXProxy>>AMXProxyHandler. childrenMaps()Deprecated.Set<AMXProxy>AMXProxyHandler. childrenSet()Deprecated.Returns an array of children, including an empty array if there are none, but children are possible.Set<AMXProxy>AMXProxyHandler. childrenSet(ObjectName[] objectNames)Deprecated.Class<? extends AMXProxy>AMXProxyHandler. genericInterface()Deprecated.static Class<? extends AMXProxy>ProxyFactory. genericInterface(MBeanInfo info)Deprecated.List<AMXProxy>ProxyFactory. toProxyList(Collection<ObjectName> objectNames)Deprecated.Convert a Collection of ObjectName to a List of AMX.List<AMXProxy>ProxyFactory. toProxyList(ObjectName[] objectNames, Class<? extends AMXProxy> intf)Deprecated.Resulting list could differ in size if some MBeans are no longer registeredMap<String,AMXProxy>ProxyFactory. toProxyMap(Map<String,ObjectName> objectNameMap)Deprecated.Convert a Map of ObjectName, and convert it to a Map of AMX, with the same keys.Map<String,AMXProxy>ProxyFactory. toProxyMap(ObjectName[] objectNames, Class<? extends AMXProxy> intf)Deprecated.Resulting Map could differ in size if some MBeans are no longer registeredSet<AMXProxy>ProxyFactory. toProxySet(Set<ObjectName> objectNames)Deprecated.Convert a Set of ObjectName to a Set of AMX.Set<AMXProxy>ProxyFactory. toProxySet(ObjectName[] objectNames, Class<? extends AMXProxy> intf)Deprecated.Convert a Set of ObjectName to a Set of AMX.Methods in org.glassfish.admin.amx.core.proxy with parameters of type AMXProxy Modifier and Type Method Description static AMXProxyHandlerAMXProxyHandler. unwrap(AMXProxy proxy)Deprecated.Method parameters in org.glassfish.admin.amx.core.proxy with type arguments of type AMXProxy Modifier and Type Method Description List<AMXProxy>ProxyFactory. toProxyList(ObjectName[] objectNames, Class<? extends AMXProxy> intf)Deprecated.Resulting list could differ in size if some MBeans are no longer registeredMap<String,AMXProxy>ProxyFactory. toProxyMap(ObjectName[] objectNames, Class<? extends AMXProxy> intf)Deprecated.Resulting Map could differ in size if some MBeans are no longer registeredSet<AMXProxy>ProxyFactory. toProxySet(ObjectName[] objectNames, Class<? extends AMXProxy> intf)Deprecated.Convert a Set of ObjectName to a Set of AMX. -
Uses of AMXProxy in org.glassfish.admin.amx.impl.config
Methods in org.glassfish.admin.amx.impl.config that return AMXProxy Modifier and Type Method Description AMXProxyAMXConfigStartupService. getDomainConfigProxy() -
Uses of AMXProxy in org.glassfish.admin.amx.impl.mbean
Methods in org.glassfish.admin.amx.impl.mbean with type parameters of type AMXProxy Modifier and Type Method Description protected <T extends AMXProxy>
TAMXImplBase. getProxy(ObjectName objectName, Class<T> intf)protected <T extends AMXProxy>
TAMXImplBase. getSelf(Class<T> intf)Methods in org.glassfish.admin.amx.impl.mbean that return AMXProxy Modifier and Type Method Description AMXProxyAMXImplBase. getParentProxy()protected AMXProxyAMXImplBase. getSelf() -
Uses of AMXProxy in org.glassfish.admin.amx.impl.util
Methods in org.glassfish.admin.amx.impl.util with parameters of type AMXProxy Modifier and Type Method Description static voidImplUtil. unregisterAMXMBeans(AMXProxy top)Unload this AMX MBean and all its children. -
Uses of AMXProxy in org.glassfish.admin.amx.j2ee
Subinterfaces of AMXProxy 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 AMXProxy in org.glassfish.admin.amx.logging
Subinterfaces of AMXProxy in org.glassfish.admin.amx.logging Modifier and Type Interface Description interfaceLoggingSupports accessing logging information in multiple ways. -
Uses of AMXProxy in org.glassfish.admin.amx.monitoring
Subinterfaces of AMXProxy 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. -
Uses of AMXProxy in org.glassfish.admin.amx.util
Methods in org.glassfish.admin.amx.util with parameters of type AMXProxy Modifier and Type Method Description static voidMonitoringDataUtil. collectBean(fish.payara.monitoring.collect.MonitoringDataCollector collector, AMXProxy bean)
-