クラス TcpConnectionExceptionEvent
java.lang.ObjectSE
java.util.EventObjectSE
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.TcpConnectionExceptionEvent
- 実装済みのインターフェース一覧:
SerializableSE
TcpConnection の例外を表す ApplicationEvent- 導入:
- 3.0
- 作成者:
- Gary Russell
- 関連事項:
フィールド概要
クラス IntegrationEvent から継承されたフィールド
causeクラス EventObjectSE から継承されたフィールド
sourceSEコンストラクター概要
コンストラクターコンストラクター説明TcpConnectionExceptionEvent(TcpConnection connection, StringSE connectionFactoryName, ThrowableSE cause) 方法の概要
クラス TcpConnectionEvent から継承されたメソッド
getConnectionFactoryName, getConnectionId, toStringクラス IntegrationEvent から継承されたメソッド
getCause, getSourceAsTypeクラス ApplicationEvent から継承されたメソッド
getTimestampクラス EventObjectSE から継承されたメソッド
getSource
コンストラクターの詳細
TcpConnectionExceptionEvent
public TcpConnectionExceptionEvent(TcpConnection connection, StringSE connectionFactoryName, ThrowableSE cause)