|
Oracle® TimesTen In-Memory Database JDBC Extensions Java API Reference 11g Release 2 (11.2.2) E21647-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.util.EventObject
com.timesten.jdbc.ClientFailoverEvent
public class ClientFailoverEvent
TimesTen C/S connections support Automatic Client Failover. This class represents events generated during the fail over.
ClientFailoverEventListener, TimesTenConnection, Serialized Form| Nested Class Summary | |
|---|---|
static class |
ClientFailoverEvent.FailoverEventClient Failover events |
static class |
ClientFailoverEvent.FailoverTypeClient Failover types |
| Constructor Summary | |
|---|---|
ClientFailoverEvent(java.lang.Object source, ClientFailoverEvent.FailoverType type, ClientFailoverEvent.FailoverEvent event) |
|
| Method Summary | |
|---|---|
ClientFailoverEvent.FailoverEvent |
getTheFailoverEvent()Client Failover events as failover progresses |
ClientFailoverEvent.FailoverType |
getTheFailoverType()Client Failover type such as Connection failover |
java.lang.String |
toString() |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClientFailoverEvent(java.lang.Object source,
ClientFailoverEvent.FailoverType type,
ClientFailoverEvent.FailoverEvent event)
source - Affected Connection| Method Detail |
|---|
public ClientFailoverEvent.FailoverType getTheFailoverType()
public ClientFailoverEvent.FailoverEvent getTheFailoverEvent()
public java.lang.String toString()
toString in class java.util.EventObject
|
Oracle® TimesTen In-Memory Database JDBC Extensions Java API Reference 11g Release 2 (11.2.2) E21647-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||