Class FileServerEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.file.remote.server.FileServerEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ApacheMinaFtpEvent,- ApacheMinaSftpEvent
Base class for file server events. Typically, the source for these events will be some
 kind of client/server session object containing information such as the client's ip
 address.
- 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 SummaryConstructorsConstructorDescriptionFileServerEvent(Object source) FileServerEvent(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- 
FileServerEvent
- 
FileServerEvent
 
-