Uses of Class
org.hornetq.api.core.client.FailoverEventType

Packages that use FailoverEventType
org.hornetq.api.core.client Core Client Messaging API. 
 

Uses of FailoverEventType in org.hornetq.api.core.client
 

Methods in org.hornetq.api.core.client that return FailoverEventType
static FailoverEventType FailoverEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FailoverEventType[] FailoverEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hornetq.api.core.client with parameters of type FailoverEventType
 void FailoverEventListener.failoverEvent(FailoverEventType eventType)
          Notifies that a connection state has changed according the specified event type.
 



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.