Uses of Class
dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation.ConnectionState
Packages that use JeroMQAsyncOperation.ConnectionState
-
Uses of JeroMQAsyncOperation.ConnectionState in dev.getelements.elements.rt.remote.jeromq
Methods in dev.getelements.elements.rt.remote.jeromq that return JeroMQAsyncOperation.ConnectionStateModifier and TypeMethodDescriptionJeroMQAsyncOperation.acquire
(AsyncConnection<org.zeromq.ZContext, org.zeromq.ZMQ.Socket> connection) Called when the connection is acquired.JeroMQAsyncOperation.finish()
Finishes the operation and returns the underlying connection to the pool.JeroMQAsyncOperation.finishCancellation()
Finishes the cancellation.JeroMQAsyncOperation.requestFinish()
Attempts to finish the operation by setting the state toJeroMQAsyncOperation.State.FINISH_PENDING
.