| Package | Description |
|---|---|
| org.glassfish.admin.amx.base | |
| org.glassfish.admin.amx.core |
Core AMX api and utilities.
|
| org.glassfish.admin.amx.j2ee | |
| org.glassfish.admin.amx.logging | |
| org.glassfish.admin.amx.monitoring |
Top-level monitoring interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectName[] |
Sample.getAllAMX()
explicity getter using an array, must work through proxy code
|
String[] |
Pathnames.getAllPathnames() |
Object[] |
Sample.getAllSortsOfStuff()
Attribute whose values will have a variety of types that should pass the AMXValidtor
|
boolean |
DomainRoot.getAMXReady()
Poll to see if AMX is ready for use.
|
String |
Realms.getAnonymousUser() |
String |
DomainRoot.getApplicationServerFullVersion() |
String |
DomainRoot.getAppserverDomainName()
Return the name of this appserver domain.
|
BulkAccess |
DomainRoot.getBulkAccess() |
Map<ObjectName,List<String>> |
DomainRoot.getComplianceFailures()
Return a Map of all non-compliant MBeans (MBeans might no longer be registered).
|
String |
DomainRoot.getConfigDir() |
String |
DomainRoot.getDebugPort() |
String |
Realms.getDefaultRealmName() |
AMXConfigProxy |
DomainRoot.getDomain()
Get the DomainConfig.
|
String |
DomainRoot.getDomainDir() |
boolean |
MBeanTrackerMBean.getEmitMBeanStatus() |
Ext |
DomainRoot.getExt()
Return the
Ext MBean, parent of top-level utility and specialty MBeans. |
String[] |
SystemInfo.getFeatureNames()
Return all features names.
|
AMXProxy[] |
Query.getGlobalSingletons() |
String |
Tools.getHierarchy() |
String |
Tools.getInfo()
emit information about all MBeans
|
String |
DomainRoot.getInstallDir() |
String |
DomainRoot.getInstanceRoot() |
AMXProxy |
DomainRoot.getJ2EEDomain()
For module dependency reasons, the returned object must be cast to the appropriate type,
as it cannot be used here.
|
String[] |
RuntimeRoot.getJMXServiceURLs() |
Logging |
DomainRoot.getLogging() |
MonitoringRoot |
DomainRoot.getMonitoringRoot() |
Pathnames |
DomainRoot.getPathnames() |
Map<String,Long> |
SystemInfo.getPerformanceMillis()
Return a Map keyed by an arbitrary String denoting some feature.
|
String[] |
Realms.getPredefinedAuthRealmClassNames() |
Query |
DomainRoot.getQueryMgr() |
String[] |
Realms.getRealmNames()
get the names of all realms
|
Realms |
Ext.getRealms() |
String |
RuntimeRoot.getRESTBaseURL()
Return the base URL for use with
RuntimeRoot.executeREST(java.lang.String). |
RuntimeRoot |
DomainRoot.getRuntime() |
Sample |
DomainRoot.getSample() |
Map<String,ServerRuntime> |
RuntimeRoot.getServerRuntime() |
String[] |
RuntimeRoot.getSupportedCipherSuites() |
SystemInfo |
DomainRoot.getSystemInfo() |
Tools |
DomainRoot.getTools()
Return the
Tools MBean. |
Object[] |
DomainRoot.getUptimeMillis()
Return the time the domain admin server has been running.
|
boolean |
RuntimeRoot.isStartedInDebugMode() |
void |
Realms.setDefaultRealmName(String realmName) |
void |
MBeanTrackerMBean.setEmitMBeanStatus(boolean emit) |
| 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() |
String[] |
J2EEServer.getdeployedObjects()
Note that the Attribute name is case-sensitive
"deployedObjects" as defined by JSR 77.
|
String |
J2EEDeployedObject.getdeploymentDescriptor()
The deploymentDescriptor string must contain the original XML
deployment descriptor that was created for this module during
the deployment process.
|
String[] |
EJBModule.getejbs()
Note that the Attribute name is case-sensitive
"servlets" as defined by JSR 77.
|
String |
JVM.getjavaVendor()
Note that the Attribute name is case-sensitive
"javaVendor" as defined by JSR 77.
|
String |
JVM.getjavaVersion()
Note that the Attribute name is case-sensitive
"javaVersion" as defined by JSR 77.
|
String[] |
J2EEModule.getjavaVMs()
Note that the Attribute name is case-sensitive
"javaVM" as defined by JSR 77.
|
String[] |
J2EEServer.getjavaVMs()
In 8.1, there will only ever be one JVM for a J2EEServer.
|
String |
JCAResource.getjcaConnectionFactory()
ObjectName
|
String |
JCAConnectionFactory.getjcaManagedConnectionFactory()
ObjectName
|
String[] |
JDBCResource.getjdbcDataSources()
ObjectName[]
|
String |
JDBCDataSource.getjdbcDriver()
ObjectName
|
String |
J2EEServer.getjvm()
There is always a single JVM for a J2EEServer.
|
String[] |
J2EEApplication.getmodules() |
String |
JVM.getnode()
Note that the Attribute name is case-sensitive
"node" as defined by JSR 77.
|
String |
J2EEManagedObject.getobjectName()
The ObjectName of the J2EEManagedObject.
|
String[] |
ResourceAdapterModule.getresourceAdapters() |
String[] |
J2EEServer.getresources()
Note that the Attribute name is case-sensitive
"resources" as defined by JSR 77.
|
String |
J2EEDeployedObject.getserver()
The J2EEServer this module is deployed on.
|
String[] |
J2EEDomain.getservers()
Note that the Attribute name is case-sensitive
"servers" as defined by JSR 77.
|
String |
J2EEServer.getserverVendor()
Note that the Attribute name is case-sensitive
"serverVendor" as defined by JSR 77.
|
String |
J2EEServer.getserverVersion()
Note that the Attribute name is case-sensitive
"serverVersion" as defined by JSR 77.
|
String[] |
WebModule.getservlets()
Note that the Attribute name is case-sensitive
"servlets" as defined by JSR 77.
|
long |
StateManageable.getstartTime()
The time that the managed object was started represented as a
long which value is the number of milliseconds since
January 1, 1970, 00:00:00.
|
int |
StateManageable.getstate()
The current state of this SMO.
|
javax.management.j2ee.statistics.Stats |
StatisticsProvider.getStats()
Return a Stats object
|
String[] |
EventProvider.gettypes()
Note that the Attribute name is case-sensitive
"types" as defined by JSR 77.
|
boolean |
J2EEManagedObject.iseventProvider()
If true, indicates that the managed object provides event
notification about events that occur on that object.
|
boolean |
J2EEManagedObject.isstateManageable()
If true, indicates that this managed object implements the
StateManageable model and is state manageable.
|
boolean |
J2EEManagedObject.isstatisticsProvider()
If true, indicates that the managed object supports performance
statistics and therefore implements the StatisticsProvider model.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Number>[] |
LogAnalyzer.getErrorInfo()
Get a summary of the
Level.SEVERE and Level.WARNING log
entries for the known history. |
long |
LogAnalyzer.getErrorStatisticsIntervalMinutes() |
int |
LogAnalyzer.getKeepErrorStatisticsForIntervals() |
String[] |
LogFileAccess.getLogFileKeys()
Keys which may be used to specify which log file to access.
|
String[] |
LogAnalyzer.getLoggerNames() |
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
|
void |
LogAnalyzer.setErrorStatisticsIntervalMinutes(long minutes)
Set the duration of an interval.
|
void |
LogAnalyzer.setKeepErrorStatisticsForIntervals(int numIntervals)
Set the number of intervals error statistics should be maintained.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ServerMon> |
MonitoringRoot.getServerMon() |
Copyright © 2017. All rights reserved.