Class ApacheMinaFtpEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.file.remote.server.FileServerEvent
org.springframework.integration.ftp.server.ApacheMinaFtpEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FtpRequestEvent,- SessionClosedEvent,- SessionOpenedEvent
ApplicationEvent generated from Apache Mina ftp events.- Since:
- 5.2
- Author:
- Gary Russell
- See Also:
- 
Field SummaryFields inherited from class org.springframework.integration.events.IntegrationEventcauseFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionApacheMinaFtpEvent(Object source) ApacheMinaFtpEvent(Object source, Throwable cause) 
- 
Method SummaryMethods inherited from class org.springframework.integration.events.IntegrationEventgetCause, getSourceAsTypeMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource
- 
Constructor Details- 
ApacheMinaFtpEvent
- 
ApacheMinaFtpEvent
 
- 
- 
Method Details- 
getSessionpublic org.apache.ftpserver.ftplet.FtpSession getSession()
- 
toString- Overrides:
- toStringin class- IntegrationEvent
 
 
-