Class TcpConnectionCloseEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.ip.event.IpIntegrationEvent
org.springframework.integration.ip.tcp.connection.TcpConnectionEvent
org.springframework.integration.ip.tcp.connection.TcpConnectionCloseEvent
- All Implemented Interfaces:
java.io.Serializable
public class TcpConnectionCloseEvent extends TcpConnectionEvent
- Since:
- 3.0
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TcpConnectionCloseEvent(TcpConnection connection, java.lang.String connectionFactoryName) -
Method Summary
Modifier and Type Method Description java.lang.StringtoString()Methods inherited from class org.springframework.integration.ip.tcp.connection.TcpConnectionEvent
getConnectionFactoryName, getConnectionId
-
Constructor Details
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classTcpConnectionEvent
-