@Taxonomy(stability=UNCOMMITTED) @AMXMBeanMetadata(singleton=true, globalSingleton=true, leaf=true) public interface SystemInfo extends AMXProxy, Singleton, Utility
| Modifier and Type | Field and Description |
|---|---|
static String |
CLUSTERS_FEATURE
Call supportsFeature() with this value to determine if the server
supports clusters.
|
static String |
HADB_CONFIG_FEATURE
Call supportsFeature() with this value to determine if the
high availability feature (HADB) is available.
|
static String |
MULTIPLE_SERVERS_FEATURE
Call supportsFeature() with this value to determine if the server
supports more than one server.
|
static String |
RUNNING_IN_DAS_FEATURE
Call supportsFeature() with this value to determine if this MBean
is running in the Domain Admin Server.
|
static String |
STARTUP_SEQUENCE_MILLIS_KEY
Key for time for server to complete its startup sequence.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getFeatureNames()
Return all features names.
|
Map<String,Long> |
getPerformanceMillis()
Return a Map keyed by an arbitrary String denoting some feature.
|
boolean |
supportsFeature(String key)
Query whether a feature is supported.
|
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, validgetChildren, getName, getParentstatic final String CLUSTERS_FEATURE
static final String MULTIPLE_SERVERS_FEATURE
static final String RUNNING_IN_DAS_FEATURE
static final String HADB_CONFIG_FEATURE
static final String STARTUP_SEQUENCE_MILLIS_KEY
getPerformanceMillis() indicates that the server has
completed its startup sequence. However, some server features might still be initializing
asynchronously, or might be lazily loaded.getPerformanceMillis(),
Constant Field Valuesboolean supportsFeature(String key)
getFeatureNames()) getFeatureNames().key - the feature name to query@ManagedAttribute String[] getFeatureNames()
@ManagedAttribute Map<String,Long> getPerformanceMillis()
Copyright © 2019. All rights reserved.