org.jboss.jms.client
Class FailoverEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.jboss.jms.client.FailoverEvent
All Implemented Interfaces:
java.io.Serializable

public class FailoverEvent
extends java.util.EventObject

Version:
$Revision: 2868 $ $Id: FailoverEvent.java 2868 2007-07-10 20:22:16Z timfox $
Author:
Ovidiu Feodorov
See Also:
Serialized Form

Field Summary
static int FAILOVER_ALREADY_COMPLETED
          Failover was completed in parallel by another thread
static int FAILOVER_COMPLETED
           
static int FAILOVER_FAILED
           
static int FAILOVER_STARTED
           
static int FAILURE_DETECTED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FailoverEvent(int type, java.lang.Object source)
           
 
Method Summary
 int getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FAILURE_DETECTED

public static final int FAILURE_DETECTED
See Also:
Constant Field Values

FAILOVER_STARTED

public static final int FAILOVER_STARTED
See Also:
Constant Field Values

FAILOVER_COMPLETED

public static final int FAILOVER_COMPLETED
See Also:
Constant Field Values

FAILOVER_ALREADY_COMPLETED

public static final int FAILOVER_ALREADY_COMPLETED
Failover was completed in parallel by another thread

See Also:
Constant Field Values

FAILOVER_FAILED

public static final int FAILOVER_FAILED
See Also:
Constant Field Values
Constructor Detail

FailoverEvent

public FailoverEvent(int type,
                     java.lang.Object source)
Method Detail

getType

public int getType()

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject


Copyright © 2006 JBoss Inc. All Rights Reserved.