Interface FederatedConnectionEvent
- All Superinterfaces:
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 EventInterceptor
s
that handle this event must never perform blocking operations.
- Since:
- 12.2.1
- Author:
- pp 2013.04.02
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionObtains the name of the participant on which the event occurred.Methods inherited from interface com.tangosol.net.events.Event
getDispatcher, getType, nextInterceptor
-
Method Details
-
getParticipantName
String getParticipantName()Obtains the name of the participant on which the event occurred.- Returns:
- name of the participant
-