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:
java.io.Serializable

public abstract class FileServerEvent
extends org.springframework.integration.events.IntegrationEvent
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
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class org.springframework.integration.events.IntegrationEvent

    cause

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors 
    Constructor Description
    FileServerEvent​(java.lang.Object source)  
    FileServerEvent​(java.lang.Object source, java.lang.Throwable cause)  
  • Method Summary

    Methods inherited from class org.springframework.integration.events.IntegrationEvent

    getCause, getSourceAsType, toString

    Methods inherited from class org.springframework.context.ApplicationEvent

    getTimestamp

    Methods inherited from class java.util.EventObject

    getSource

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FileServerEvent

      public FileServerEvent​(java.lang.Object source)
    • FileServerEvent

      public FileServerEvent​(java.lang.Object source, java.lang.Throwable cause)