org.eclipse.net4j.signal.failover
Interface IFailOverEvent

All Superinterfaces:
IEvent

public interface IFailOverEvent
extends IEvent


Method Summary
 IChannel getNewChannel()
          Returns the new channel that is active after the fail over occured.
 IConnector getNewConnector()
          Returns the connector of the new channel.
 IChannel getOldChannel()
          Returns the old channel that was active before the fail over occured.
 
Methods inherited from interface org.eclipse.net4j.util.event.IEvent
getSource
 

Method Detail

getOldChannel

IChannel getOldChannel()
Returns the old channel that was active before the fail over occured. At the time this event is being sent the old channel is already closed.


getNewChannel

IChannel getNewChannel()
Returns the new channel that is active after the fail over occured. At the time this event is being sent the new channel is already active.


getNewConnector

IConnector getNewConnector()
Returns the connector of the new channel.


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.