Fields Summary |
---|
public static final String | J2EE_TYPEThe j2eeType as returned by {@link com.sun.appserv.management.base.AMX#getJ2EEType}. |
public final String | CLUSTERS_FEATURECall supportsFeature() with this value to determine if the server
supports clusters. |
public final String | MULTIPLE_SERVERS_FEATURECall supportsFeature() with this value to determine if the server
supports more than one server. |
public final String | RUNNING_IN_DAS_FEATURECall supportsFeature() with this value to determine if this MBean
is running in the Domain Admin Server. |
public final String | HADB_CONFIG_FEATURECall supportsFeature() with this value to determine if the
high availability feature (HADB) is available. |
public static final String | STARTUP_SEQUENCE_MILLIS_KEYKey for time for server to complete its startup sequence. The presence of this item
in the Map returned by {@link #getPerformanceMillis} indicates that the server has
completed its startup sequence. However, some server features might still be initializing
asynchronously, or might be lazily loaded. |