public abstract class QueueServerWrapper extends SOMServerWrapper
| Modifier | Constructor and Description |
|---|---|
protected |
QueueServerWrapper(QueueServerImpl queueServer)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
QueueInfo |
getInfo()
Gets the queue info.
|
QueueServerImpl |
getQueueServer()
Gets the queue server.
|
protected SOMServerImpl |
getServer()
Gets the server.
|
boolean |
isDirty()
Asks if the queue is dirty.
|
closeServer, getServerName, isServerClosed, tearDownServer, toStringprotected QueueServerWrapper(@Nonnull
QueueServerImpl queueServer)
queueServer - The queue server.@Nonnull @CheckReturnValue public final QueueInfo getInfo()
@Nonnull @CheckReturnValue public final QueueServerImpl getQueueServer()
@CheckReturnValue public final boolean isDirty()
protected final SOMServerImpl getServer()
getServer in class SOMServerWrapperCopyright © 2003-2019 Serge Brisson. All Rights Reserved.