Package org.serviceconnector.server
Interface IServer
- All Known Subinterfaces:
IStatefulServer
- All Known Implementing Classes:
CascadedSC,FileServer,Server,StatefulServer
public interface IServer
The Interface IServer.
-
Method Summary
Modifier and TypeMethodDescriptionvoidabortSession(AbstractSession session, String reason) Abort session on server.voiddump(XMLDumpWriter writer) Dump the server into the xml writer.getType()Gets the server type.
-
Method Details
-
getType
ServerType getType()Gets the server type.- Returns:
- the type
-
abortSession
Abort session on server.- Parameters:
session- the sessionreason- the reason
-
dump
Dump the server into the xml writer.- Parameters:
writer- the writer- Throws:
Exception- the exception
-