Package org.apache.ignite.client.events
Class ConnectionEvent
- java.lang.Object
- 
- org.apache.ignite.client.events.ConnectionEvent
 
- 
- Direct Known Subclasses:
- ConnectionClosedEvent,- HandshakeFailEvent,- HandshakeStartEvent,- HandshakeSuccessEvent
 
 public abstract class ConnectionEvent extends Object 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedConnectionEvent(ConnectionDescription conn)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionDescriptionconnectionDescription()
 
- 
- 
- 
Constructor Detail- 
ConnectionEventprotected ConnectionEvent(ConnectionDescription conn) - Parameters:
- conn- Connection description.
 
 
- 
 - 
Method Detail- 
connectionDescriptionpublic ConnectionDescription connectionDescription() - Returns:
- Connection description.
 
 
- 
 
-