クラス FtpRequestEvent
java.lang.ObjectSE
java.util.EventObjectSE
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.file.remote.server.FileServerEvent
org.springframework.integration.ftp.server.ApacheMinaFtpEvent
org.springframework.integration.ftp.server.FtpRequestEvent
- 実装済みのインターフェース一覧:
SerializableSE
- 既知の直属サブクラス
DirectoryCreatedEvent, FileWrittenEvent, PathMovedEvent, PathRemovedEvent
FtpRequest を持つすべてのイベントの基本クラス。- 導入:
- 5.2
- 作成者:
- Gary Russell
- 関連事項:
フィールド概要
フィールドクラス IntegrationEvent から継承されたフィールド
causeクラス EventObjectSE から継承されたフィールド
sourceSEコンストラクター概要
コンストラクターコンストラクター説明FtpRequestEvent(org.apache.ftpserver.ftplet.FtpSession source, org.apache.ftpserver.ftplet.FtpRequest request) 方法の概要
クラス ApacheMinaFtpEvent から継承されたメソッド
getSessionクラス IntegrationEvent から継承されたメソッド
getCause, getSourceAsTypeクラス ApplicationEvent から継承されたメソッド
getTimestampクラス EventObjectSE から継承されたメソッド
getSource
フィールドの詳細
request
protected final transient org.apache.ftpserver.ftplet.FtpRequest request
コンストラクターの詳細
FtpRequestEvent
public FtpRequestEvent(org.apache.ftpserver.ftplet.FtpSession source, org.apache.ftpserver.ftplet.FtpRequest request)
方法の詳細
getRequest
public org.apache.ftpserver.ftplet.FtpRequest getRequest()toString
- オーバーライド:
- クラス
ApacheMinaFtpEventのtoString