Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Class
weblogic.health.HealthState

Packages that use HealthState
weblogic.health This package contains public WebLogic Health classes / interfaces. 
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
 

Uses of HealthState in weblogic.health
 

Methods in weblogic.health that return HealthState
 HealthState HealthFeedback.getHealthState()
           
 

Methods in weblogic.health with parameters of type HealthState
 int HealthState.compareSeverityTo(HealthState other)
          Compares the severity of the supplied HealthState to this object's severity.
 void HealthFeedbackCallback.healthStateChange(HealthState hs)
           
 

Uses of HealthState in weblogic.management.runtime
 

Methods in weblogic.management.runtime that return HealthState
 HealthState ApplicationRuntimeMBean.getHealthState()
          The HealthState mbean for the application.
 HealthState ClusterRuntimeMBean.getHealthState()
          Provides health information returned by the server self-health monitor service.
 HealthState ConnectorComponentRuntimeMBean.getHealthState()
          The HealthState mbean for the application.
 HealthState ConnectorConnectionPoolRuntimeMBean.getHealthState()
          The HealthState mbean for the application.
 HealthState JDBCServiceRuntimeMBean.getHealthState()
          The health state of the JDBC subsystem.
 HealthState JMSRuntimeMBean.getHealthState()
          The health state of this JMS service.
 HealthState JMSServerRuntimeMBean.getHealthState()
          The health state of this JMS server.
 HealthState JTARuntimeMBean.getHealthState()
          The health state of the JTA subsystem.
 HealthState MessageDrivenEJBRuntimeMBean.getHealthState()
          The health state of this MDB.
 HealthState PersistentStoreRuntimeMBean.getHealthState()
          Implement the HealthFeedback interface by returning the health state of this store.
 HealthState SAFAgentRuntimeMBean.getHealthState()
          The health state of this JMS server.
 HealthState SAFRuntimeMBean.getHealthState()
          The health state of SAF service.
 HealthState ServerRuntimeMBean.getHealthState()
          The health state of the server as reported by the server's self-health monitoring.
 HealthState ThreadPoolRuntimeMBean.getHealthState()
          The health state of this pool.
 HealthState TransactionResourceRuntimeMBean.getHealthState()
          The health state of the Resource.
 HealthState WorkManagerRuntimeMBean.getHealthState()
          Returns the HealthState mbean for the work manager.
 HealthState ApplicationRuntimeMBean.getOverallHealthState()
          The overall health of the application including that of some of the components that report health.
 HealthState ServerRuntimeMBean.getOverallHealthState()
           Determine the overall health state of this server, taking into account the health of each of its subsystems.
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01