interface ClusterableServer extends Server
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the server.
|
void |
connect()
Attempt to connect to the server.
|
void |
invalidate()
Invalidate the description of this server.
|
boolean |
isClosed()
Returns true if the server is closed, false otherwise.
|
getConnection, getConnectionAsync, getDescription
void invalidate()
void close()
Closes the server. Instances that have been closed will no longer be available for use.
Implementations should ensure that this method can be called multiple times with no ill effects.
boolean isClosed()
void connect()