Class NoOpServer
java.lang.Object
de.iip_ecosphere.platform.support.NoOpServer
- All Implemented Interfaces:
Server
A server that does nothing (sometimes a helpful fake class).
- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoOpServer
public NoOpServer()
-
-
Method Details
-
start
Description copied from interface:ServerStart the server without waiting time/blocking. -
stop
public void stop(boolean dispose) Description copied from interface:ServerStop the server. So far, we make no statement whether re-starting the server is possible, but it is safe to assume that re-starting is not foreseen.
-