Package org.smallmind.phalanx.wire.jms
Class InvocationWorker
- java.lang.Object
-
- org.smallmind.phalanx.worker.Worker<javax.jms.Message>
-
- org.smallmind.phalanx.wire.jms.InvocationWorker
-
-
Constructor Summary
Constructors Constructor Description InvocationWorker(WorkQueue<javax.jms.Message> workQueue, ResponseTransport responseTransport, WireInvocationCircuit invocationCircuit, SignalCodec signalCodec, int maximumMessageLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidengageWork(javax.jms.Message message)
-
-
-
Constructor Detail
-
InvocationWorker
public InvocationWorker(WorkQueue<javax.jms.Message> workQueue, ResponseTransport responseTransport, WireInvocationCircuit invocationCircuit, SignalCodec signalCodec, int maximumMessageLength)
-
-