public abstract class Server extends Object implements AutoCloseable
| Constructor and Description |
|---|
Server() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the connection to this server.
|
protected abstract ServerImplementation |
getImplementation()
MQ APIs should implement this method.
|
protected abstract ServerImplementation getImplementation()
public void close()
close in interface AutoCloseableCopyright © 2016. All rights reserved.