Forces a server to stop.
Namespace: org.opendof.core.oalAssembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
public void stop(
DOFServer server
)
Parameters
- server
- Type: org.opendof.core.oalDOFServer
The server to stop. This must not be null.
Forces a server to stop. This method can be used to forcibly stop a server, even if multiple references to
the server exist. In contrast,
DOFServer.stop()
stops the server only when the number of references
to stop calls is equal to the number of references to
DOFServer.start(int)
and
DOFServer.beginStart(int)
calls.
Reference