Interface CloseListener

All Known Implementing Classes:
ServerSessionImpl.TempQueueCleanerUpper

public interface CloseListener
CloseListeners can be registered with a RemotingConnection to get notified when the connection is closed.

RemotingConnection.addCloseListener(CloseListener)

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    called when the connection is closed
  • Method Details

    • connectionClosed

      void connectionClosed()
      called when the connection is closed