Interface FederatedConnectionEvent
- 
- All Superinterfaces:
 Event<FederatedConnectionEvent.Type>
public interface FederatedConnectionEvent extends Event<FederatedConnectionEvent.Type>
Represents a change in connection state to a known participant, including connecting, disconnected, error and through-put events.NOTE: These events are raised on the same thread that caused the event. As such
EventInterceptors that handle this event must never perform blocking operations.- Since:
 - 12.2.1
 - Author:
 - pp 2013.04.02
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFederatedConnectionEvent.TypeThe types ofFederatedConnectionEvents. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetParticipantName()Obtains the name of the participant on which the event occurred.- 
Methods inherited from interface com.tangosol.net.events.Event
getDispatcher, getType, nextInterceptor 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getParticipantName
String getParticipantName()
Obtains the name of the participant on which the event occurred.- Returns:
 - name of the participant
 
 
 - 
 
 -