oracle.ucp.common.FailoverEventOracleFailoverEventImplpublic interface OracleFailoverEvent
extends oracle.ucp.common.FailoverEvent
| Modifier and Type | Field | Description |
|---|---|---|
static int |
ABORT_AND_CLOSE_CONNECTION |
|
static String |
DATABASE_FAILOVER_EVENT_TYPE_HOST |
|
static String |
DATABASE_FAILOVER_EVENT_TYPE_SERVICE |
|
static String |
DATABASE_FAILOVER_REASON_PLANNED_DOWN |
|
static String |
DATABASE_FAILOVER_STATUS_DOWN |
|
static String |
DATABASE_FAILOVER_STATUS_NODE_DOWN |
|
static String |
DATABASE_FAILOVER_STATUS_NOT_RESTARTING |
|
static String |
DATABASE_FAILOVER_STATUS_RESTART_FAILED |
|
static String |
DATABASE_FAILOVER_STATUS_UP |
|
static int |
MARK_DOWN_CONNECTION |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getCardinality() |
Gets the event cardinality.
|
String |
getDbDomainName() |
Gets the name of the database domain in which the event occurred.
|
String |
getDbUniqueName() |
Gets the unique name of the database on which the event occurred.
|
int |
getDrainTimeout() |
Gets the server drain-timeout for the service going down,
in seconds.
|
String |
getEventType() |
Gets the event type.
|
String |
getHostName() |
Gets the name of the host on which the event occurred.
|
String |
getInstanceName() |
Gets the name of the instance on which the event occurred.
|
String |
getReason() |
Gets the reason why the event occurred.
|
String |
getServiceName() |
Gets the name of the service on which the event occurred.
|
String |
getStatus() |
Gets the status of the event.
|
long |
getTimestamp() |
Gets the event timestamp value.
|
String |
getTimeZone() |
Gets the event time zone string.
|
boolean |
isValid() |
Whether this event is valid.
|
static final String DATABASE_FAILOVER_EVENT_TYPE_SERVICE
static final String DATABASE_FAILOVER_EVENT_TYPE_HOST
static final String DATABASE_FAILOVER_STATUS_DOWN
static final String DATABASE_FAILOVER_STATUS_NOT_RESTARTING
static final String DATABASE_FAILOVER_STATUS_RESTART_FAILED
static final String DATABASE_FAILOVER_STATUS_UP
static final String DATABASE_FAILOVER_STATUS_NODE_DOWN
static final String DATABASE_FAILOVER_REASON_PLANNED_DOWN
static final int MARK_DOWN_CONNECTION
static final int ABORT_AND_CLOSE_CONNECTION
String getServiceName()
String getInstanceName()
String getDbUniqueName()
String getHostName()
String getDbDomainName()
String getStatus()
int getCardinality()
String getReason()
String getEventType()
long getTimestamp()
String getTimeZone()
boolean isValid()
int getDrainTimeout()
Copyright © 2008, 2017, Oracle. All rights reserved.