Interface IServer

All Known Subinterfaces:
IStatefulServer
All Known Implementing Classes:
CascadedSC, FileServer, Server, StatefulServer

public interface IServer
The Interface IServer.
  • Method Details

    • getType

      ServerType getType()
      Gets the server type.
      Returns:
      the type
    • abortSession

      void abortSession(AbstractSession session, String reason)
      Abort session on server.
      Parameters:
      session - the session
      reason - the reason
    • dump

      void dump(XMLDumpWriter writer) throws Exception
      Dump the server into the xml writer.
      Parameters:
      writer - the writer
      Throws:
      Exception - the exception