| 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 |
| Modifier and Type | Method and Description |
|---|---|
BulkAccess |
DomainRoot.getBulkAccess() |
Map<ObjectName,List<String>> |
DomainRoot.getComplianceFailures()
Return a Map of all non-compliant MBeans (MBeans might no longer be registered).
|
Ext |
DomainRoot.getExt()
Return the
Ext MBean, parent of top-level utility and specialty MBeans. |
AMXProxy |
Query.getGlobalSingleton(String type) |
AMXProxy[] |
Query.getGlobalSingletons() |
String |
Tools.getHierarchy() |
String |
Tools.getInfo()
emit information about all MBeans
|
String |
DomainRoot.getInstallDir() |
String[] |
RuntimeRoot.getJMXServiceURLs() |
String |
RuntimeRoot.getJVMReport(String which)
Which: all | summary | memory| class | thread log
|
Logging |
DomainRoot.getLogging() |
MonitoringRoot |
DomainRoot.getMonitoringRoot() |
Query |
DomainRoot.getQueryMgr() |
RuntimeRoot |
DomainRoot.getRuntime() |
Tools |
DomainRoot.getTools()
Return the
Tools MBean. |
Object[] |
DomainRoot.getUptimeMillis()
Return the time the domain admin server has been running.
|
String |
Tools.info(String searchString)
emit information about MBeans, loosey-goosey seach string eg type alone, pattern, etc
|
String |
Tools.infoPath(String path)
emit information about all MBeans of the specified type, or path
|
String |
Tools.infoPP(String parentPath,
boolean recursive)
emit information about all MBeans having the specified parent path (PP), recursively or not
|
String |
Tools.infoType(String type)
emit information about all MBeans of the specified type, or path
|
boolean |
RuntimeRoot.isStartedInDebugMode() |
String |
Tools.java(ObjectName objectName)
Get a compilable java interface for the specified MBean
|
AMXProxy[] |
Query.queryDescendants(ObjectName parentObjectName) |
Set<AMXProxy> |
Query.queryName(String name)
Return all
AMXProxy having 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 properties
|
Set<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.
|
void |
DomainRoot.stopDomain() |
String |
Tools.validate()
Validate all AMX MBeans.
|
String |
Tools.validate(ObjectName objectNameOrPattern)
Validate a single MBean or MBeans specified by a pattern.
|
String |
Tools.validate(ObjectName[] mbeans)
Validate MBeans: specific ObjectNames and/or patterns.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Tools.info(String searchString)
emit information about MBeans, loosey-goosey seach string eg type alone, pattern, etc
|
String |
Tools.infoPP(String parentPath,
boolean recursive)
emit information about all MBeans having the specified parent path (PP), recursively or not
|
String |
Tools.java(ObjectName objectName)
Get a compilable java interface for the specified MBean
|
| Modifier and Type | Method and Description |
|---|---|
AMXConfigProxy |
AMXConfigProxy.createChild(String childType,
Map<String,Object> params)
Deprecated.
Generic creation of an
AMXConfigProxy based 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.
|
String |
AttributeResolver.resolveAttribute(String attributeName)
Deprecated.
calls getAttribute(), then returns the resolved value or null
|
AttributeList |
AttributeResolver.resolveAttributes(String[] attributeNames)
Deprecated.
Calls getAttributes(), then returns all resolved values.
|
String |
AttributeResolver.resolveAttributeValue(String value)
Deprecated.
Resolve an attribute value to a literal.
|
Boolean |
AttributeResolver.resolveBoolean(String attributeName)
Deprecated.
Get the Attribute and resolve it to a Boolean or null
|
Long |
AttributeResolver.resolveLong(String attributeName)
Deprecated.
Get the Attribute and resolve it to a Long or null
|
| Modifier and Type | Method and Description |
|---|---|
AMXConfigProxy |
AMXConfigProxy.createChild(String childType,
Map<String,Object> params)
Deprecated.
Generic creation of an
AMXConfigProxy based 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.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectName[] |
AMX_SPI.getChildren()
Deprecated.
If no children are possible (a leaf node), an AttributeNotFoundException should be thrown.
|
String |
AMX_SPI.getName()
Deprecated.
the unencoded name, which could differ from the value of the 'name' property in the ObjectName
|
ObjectName |
AMX_SPI.getParent()
Deprecated.
Return the ObjectName of the parent.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
J2EEDeployedObject.getCorrespondingConfig() |
ObjectName |
J2EEServer.getCorrespondingConfig() |
ObjectName |
J2EEResource.getCorrespondingConfig() |
ObjectName |
J2EEDomain.getCorrespondingConfig() |
ObjectName |
J2EEResource.getCorrespondingRef() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
Logging.getLoggingAttributes()
Gets the configuration properties for logging
|
Map<String,String> |
Logging.getLoggingProperties()
Gets all the logging properties in the logging.properties file
|
String |
Logging.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.
|
void |
Logging.setModuleLogLevel(String moduleName,
String level)
Sets the log level of the Logger for the specified module.
|
void |
Logging.updateLoggingAttributes(Map<String,String> properties)
Sets the value of one or more of the logging configuration properties .
|
void |
Logging.updateLoggingProperties(Map<String,String> properties)
Sets the log level of the Logger for the specified module.
|
Copyright © 2017. All rights reserved.