Class ApacheMinaSftpEvent
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.sftp.server.ApacheMinaSftpEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DirectoryCreatedEvent,- FileWrittenEvent,- PathMovedEvent,- PathRemovedEvent,- SessionClosedEvent,- SessionOpenedEvent
ApplicationEvent generated from Apache Mina sftp 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 SummaryConstructorsConstructorDescriptionApacheMinaSftpEvent(Object source) ApacheMinaSftpEvent(Object source, Throwable cause) 
- 
Method SummaryMethods inherited from class org.springframework.integration.events.IntegrationEventgetCause, getSourceAsType, toStringMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource
- 
Constructor Details- 
ApacheMinaSftpEvent
- 
ApacheMinaSftpEvent
 
- 
- 
Method Details- 
getSessionpublic org.apache.sshd.server.session.ServerSession getSession()
 
-