org.jboss.jms.client
Class FailoverEvent
java.lang.Object
java.util.EventObject
org.jboss.jms.client.FailoverEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class FailoverEvent
- extends java.util.EventObject
- Version:
- $Revision: 2681 $
$Id: FailoverEvent.java 2681 2007-05-15 00:09:10Z timfox $
- Author:
- Ovidiu Feodorov
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
FailoverEvent(int type,
java.lang.Object source)
|
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 |
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_FAILED
public static final int FAILOVER_FAILED
- See Also:
- Constant Field Values
FailoverEvent
public FailoverEvent(int type,
java.lang.Object source)
getType
public int getType()
toString
public java.lang.String toString()
Copyright © 2006 JBoss Inc. All Rights Reserved.