Uses of Class
org.glassfish.admin.amx.annotation.Description
-
Packages that use Description 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.j2ee org.glassfish.admin.amx.logging -
-
Uses of Description in org.glassfish.admin.amx.base
Methods in org.glassfish.admin.amx.base with annotations of type Description Modifier and Type Method Description BulkAccessDomainRoot. getBulkAccess()Map<ObjectName,List<String>>DomainRoot. getComplianceFailures()Return a Map of all non-compliant MBeans (MBeans might no longer be registered).ExtDomainRoot. getExt()Return theExtMBean, parent of top-level utility and specialty MBeans.AMXProxyQuery. getGlobalSingleton(String type)AMXProxy[]Query. getGlobalSingletons()StringTools. getHierarchy()StringTools. getInfo()emit information about all MBeansStringDomainRoot. getInstallDir()String[]RuntimeRoot. getJMXServiceURLs()StringRuntimeRoot. getJVMReport(String which)Which: all | summary | memory| class | thread logLoggingDomainRoot. getLogging()MonitoringRootDomainRoot. getMonitoringRoot()QueryDomainRoot. getQueryMgr()RuntimeRootDomainRoot. getRuntime()ToolsDomainRoot. getTools()Return theToolsMBean.Object[]DomainRoot. getUptimeMillis()Return the time the domain admin server has been running.StringTools. info(String searchString)emit information about MBeans, loosey-goosey seach string eg type alone, pattern, etcStringTools. infoPath(String path)emit information about all MBeans of the specified type, or pathStringTools. infoPP(String parentPath, boolean recursive)emit information about all MBeans having the specified parent path (PP), recursively or notStringTools. infoType(String type)emit information about all MBeans of the specified type, or pathbooleanRuntimeRoot. isStartedInDebugMode()StringTools. java(ObjectName objectName)Get a compilable java interface for the specified MBeanAMXProxy[]Query. queryDescendants(ObjectName parentObjectName)Set<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.voidDomainRoot. stopDomain()StringTools. validate()Validate all AMX MBeans.StringTools. validate(ObjectName objectNameOrPattern)Validate a single MBean or MBeans specified by a pattern.StringTools. validate(ObjectName[] mbeans)Validate MBeans: specific ObjectNames and/or patterns.Method parameters in org.glassfish.admin.amx.base with annotations of type Description Modifier and Type Method Description StringTools. info(String searchString)emit information about MBeans, loosey-goosey seach string eg type alone, pattern, etcStringTools. infoPP(String parentPath, boolean recursive)emit information about all MBeans having the specified parent path (PP), recursively or notStringTools. java(ObjectName objectName)Get a compilable java interface for the specified MBean -
Uses of Description in org.glassfish.admin.amx.config
Methods in org.glassfish.admin.amx.config with annotations of type Description Modifier and Type Method Description AMXConfigProxyAMXConfigProxy. createChild(String childType, Map<String,Object> params)Deprecated.Generic creation of anAMXConfigProxybased on the desired XML element type, which must be legitimate for the containing element.Map<String,String>AMXConfigProxy. getDefaultValues(boolean useAMXAttributeName)Deprecated.Return a Map of default values for this MBean.Map<String,String>AMXConfigProxy. getDefaultValues(String type, boolean useAMXAttributeName)Deprecated.Return a Map of default values for the specified child type.StringAttributeResolver. resolveAttribute(String attributeName)Deprecated.calls getAttribute(), then returns the resolved value or nullAttributeListAttributeResolver. resolveAttributes(String[] attributeNames)Deprecated.Calls getAttributes(), then returns all resolved values.StringAttributeResolver. resolveAttributeValue(String value)Deprecated.Resolve an attribute value to a literal.BooleanAttributeResolver. resolveBoolean(String attributeName)Deprecated.Get the Attribute and resolve it to a Boolean or nullLongAttributeResolver. resolveLong(String attributeName)Deprecated.Get the Attribute and resolve it to a Long or nullMethod parameters in org.glassfish.admin.amx.config with annotations of type Description Modifier and Type Method Description AMXConfigProxyAMXConfigProxy. createChild(String childType, Map<String,Object> params)Deprecated.Generic creation of anAMXConfigProxybased on the desired XML element type, which must be legitimate for the containing element.AMXConfigProxy[]AMXConfigProxy. createChildren(Map<String,Map<String,Object>[]> childrenMaps, Map<String,Object> attrs)Deprecated.Create one or more children of any type(s).AMXConfigProxy[]AMXConfigProxy. createChildren(Map<String,Map<String,Object>[]> childrenMaps, Map<String,Object> attrs)Deprecated.Create one or more children of any type(s).Map<String,String>AMXConfigProxy. getDefaultValues(boolean useAMXAttributeName)Deprecated.Return a Map of default values for this MBean.Map<String,String>AMXConfigProxy. getDefaultValues(String type, boolean useAMXAttributeName)Deprecated.Return a Map of default values for the specified child type. -
Uses of Description in org.glassfish.admin.amx.core
Methods in org.glassfish.admin.amx.core with annotations of type Description Modifier and Type Method Description ObjectName[]AMX_SPI. getChildren()Deprecated.If no children are possible (a leaf node), an AttributeNotFoundException should be thrown.StringAMX_SPI. getName()Deprecated.the unencoded name, which could differ from the value of the 'name' property in the ObjectNameObjectNameAMX_SPI. getParent()Deprecated.Return the ObjectName of the parent. -
Uses of Description in org.glassfish.admin.amx.j2ee
Methods in org.glassfish.admin.amx.j2ee with annotations of type Description Modifier and Type Method Description ObjectNameJ2EEDeployedObject. getCorrespondingConfig()ObjectNameJ2EEDomain. getCorrespondingConfig()ObjectNameJ2EEResource. getCorrespondingConfig()ObjectNameJ2EEServer. getCorrespondingConfig()ObjectNameJ2EEResource. getCorrespondingRef() -
Uses of Description in org.glassfish.admin.amx.logging
Methods in org.glassfish.admin.amx.logging with annotations of type Description Modifier and Type Method Description Map<String,String>Logging. getLoggingAttributes()Gets the configuration properties for loggingMap<String,String>Logging. getLoggingProperties()Gets all the logging properties in the logging.properties fileStringLogging. getModuleLogLevel(String moduleName)Gets the log level of the Logger for the specified module, which may or may not be the same as that found in the configuration.voidLogging. setModuleLogLevel(String moduleName, String level)Sets the log level of the Logger for the specified module.voidLogging. updateLoggingAttributes(Map<String,String> properties)Sets the value of one or more of the logging configuration properties .voidLogging. updateLoggingProperties(Map<String,String> properties)Sets the log level of the Logger for the specified module.
-